mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-24 21:26:58 +01:00
10 lines
197 B
CSS
10 lines
197 B
CSS
@import 'tailwindcss';
|
|
|
|
@plugin '@tailwindcss/forms';
|
|
@plugin '@tailwindcss/typography';
|
|
@plugin '@tailwindcss/aspect-ratio';
|
|
|
|
@source './src/**/*.scala';
|
|
@plugin "daisyui" {
|
|
themes: business;
|
|
}
|