11 lines
194 B
CSS
11 lines
194 B
CSS
@import "tailwindcss";
|
|
@config "./tailwind.config.js";
|
|
@plugin "daisyui";
|
|
|
|
@layer base {
|
|
|
|
html,
|
|
body {
|
|
@apply h-full w-full overflow-hidden bg-base-100 text-base-content;
|
|
}
|
|
} |