9 lines
140 B
CSS
9 lines
140 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-surface text-foreground antialiased;
|
|
}
|
|
}
|