mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-08 07:18:12 +01:00
15 lines
171 B
CSS
15 lines
171 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
|
|
}
|
|
|
|
@layer utilities {
|
|
.animate {
|
|
@apply transition-all duration-300 ease-in-out;
|
|
}
|
|
|
|
}
|