mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
13 lines
316 B
CSS
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;
|
|
}
|
|
}
|