mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
11 lines
269 B
CSS
11 lines
269 B
CSS
@import 'tailwindcss';
|
|
@plugin "daisyui" {
|
|
themes: light --default, dark --prefersdark, valentine, retro, aqua, cyberpunk, caramellatte, abyss, silk;
|
|
}
|
|
|
|
@theme {
|
|
--animate-fade: fadeOut 1s ease-in-out;
|
|
}
|
|
|
|
@import 'tailwindcss' prefix(tw);
|
|
@source '../../lib/src/'; |