1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-08 15:28:15 +01:00
upscayl/renderer/styles/globals.css

15 lines
171 B
CSS
Raw Normal View History

2022-08-15 10:23:14 +05:30
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
2022-08-15 12:36:31 +05:30
2022-08-15 10:23:14 +05:30
}
@layer utilities {
.animate {
@apply transition-all duration-300 ease-in-out;
}
2022-08-15 12:36:31 +05:30
2022-08-15 10:23:14 +05:30
}