moved * selector to the top

This commit is contained in:
Fractal-Tess
2022-09-14 23:47:49 +03:00
parent e3f87a2d22
commit c446029388

View File

@@ -4,9 +4,14 @@
@tailwind components;
@tailwind utilities;
* {
@apply transition-all;
}
html {
-webkit-font-smoothing: antialiased;
}
body,
html {
/* Fix tailwindcss/daisyUI applying color to the body tag */
@@ -14,11 +19,6 @@ html {
@apply rounded-3xl overflow-hidden;
}
* {
@apply transition-all;
}
@layer utilities {
/* Class is used for development purposes only */
.dev {