blob: fa3342d47e634c04e2b2f522ff86d9dd75823859 (
plain)
1
2
3
4
5
6
7
8
|
@import "tailwindcss";
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-inter);
--font-mono: var(--font-fira-code);
}
|