1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-08 07:18:12 +01:00
upscayl/renderer/styles/globals.css
2022-08-15 12:36:31 +05:30

15 lines
171 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
}
@layer utilities {
.animate {
@apply transition-all duration-300 ease-in-out;
}
}