@import 'tailwindcss'; /* Alpine.js x-cloak: hide until Alpine initializes */ [x-cloak] { display: none !important; } @source "./**/*.templ"; @source "./**/*.go"; @source "./components/**/*.templ"; @source "./components/**/*_templ.go"; @plugin "@tailwindcss/typography"; @plugin "daisyui" { themes: all; }