11 lines
130 B
CSS
11 lines
130 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
html,
|
|
body {
|
|
@apply dark:bg-trueGray-900;
|
|
}
|
|
}
|