From c446029388421104508ef4137168a6347f2c0991 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Wed, 14 Sep 2022 23:47:49 +0300 Subject: [PATCH] moved * selector to the top --- src/styles/app.postcss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/app.postcss b/src/styles/app.postcss index 4460f7d..c90fbe2 100644 --- a/src/styles/app.postcss +++ b/src/styles/app.postcss @@ -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 {