utopia-ui/src/index.css
Anton Tranelis 823d8c2c82
refactor(frontend): get open collective key from env (#36)
* removed daiyui from config

* updated to tailwind4 and daisyui 5

* changed embedded mode handling

* get open collective api key from .env

* linting
2025-04-17 14:41:23 +01:00

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;
}