11 lines
220 B
CSS
11 lines
220 B
CSS
@import "tailwindcss";
|
|
@config "./tailwind.config.js";
|
|
@plugin "daisyui";
|
|
|
|
@layer base {
|
|
|
|
html,
|
|
body {
|
|
@apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-y-none;
|
|
}
|
|
} |