moved * selector to the top
This commit is contained in:
@@ -4,9 +4,14 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
* {
|
||||||
|
@apply transition-all;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
html {
|
html {
|
||||||
/* Fix tailwindcss/daisyUI applying color to the body tag */
|
/* Fix tailwindcss/daisyUI applying color to the body tag */
|
||||||
@@ -14,11 +19,6 @@ html {
|
|||||||
@apply rounded-3xl overflow-hidden;
|
@apply rounded-3xl overflow-hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
@apply transition-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
/* Class is used for development purposes only */
|
/* Class is used for development purposes only */
|
||||||
.dev {
|
.dev {
|
||||||
|
|||||||
Reference in New Issue
Block a user