mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
* removed daiyui from config * updated to tailwind4 and daisyui 5 * changed embedded mode handling * get open collective api key from .env * linting
8 lines
207 B
CSS
8 lines
207 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;
|
|
} |