9 lines
212 B
CSS
9 lines
212 B
CSS
@import 'tailwindcss';
|
|
@source "./**/*.templ";
|
|
@source "./**/*.go";
|
|
@source "./components/**/*.templ";
|
|
@source "./components/**/*_templ.go";
|
|
@plugin "@tailwindcss/typography";
|
|
@plugin "daisyui" {
|
|
themes: all;
|
|
} |