Files
LazyPM/pkg/web/input.css
Robin Olsen 441716238c simplify tailwind classes
remove node
remove godhipit theme
add all themes form daisyui
simplify header
2026-02-17 09:49:11 +01:00

7 lines
137 B
CSS

@import 'tailwindcss';
@source "./**/*.templ";
@source "./**/*.go";
@plugin "@tailwindcss/typography";
@plugin "daisyui" {
themes: all;
}