15 lines
311 B
CSS
15 lines
311 B
CSS
@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;
|
|
} |