scalive/example/tailwind.css

11 lines
197 B
CSS
Raw Permalink Normal View History

2025-09-11 19:45:46 +02:00
@import 'tailwindcss';
@plugin '@tailwindcss/forms';
@plugin '@tailwindcss/typography';
@plugin '@tailwindcss/aspect-ratio';
@source './src/**/*.scala';
2025-09-17 02:29:38 +02:00
@plugin "daisyui" {
themes: business;
}