@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; } }