Files
LazyPM/pkg/web/input.css
2026-02-23 20:10:59 +01:00

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