Files
vercel__flags/apps/docs/app/styles/geistdocs.css
2026-07-21 13:38:34 +03:00

13 lines
316 B
CSS

@import "@vercel/geistdocs/styles.css";
/* theme.css (imported by the package styles.css) already @sources the package
dist and streamdown; only @source app-local files here. */
@source "../**/*.{ts,tsx,mdx}";
@source "../../components/**/*.{ts,tsx}";
@layer base {
body {
@apply bg-background-200;
}
}