removed scss

This commit is contained in:
Fractal-Tess
2022-09-12 20:30:10 +03:00
parent c50fc43e9c
commit 2b5b99cdbc
2 changed files with 9 additions and 7 deletions

View File

@@ -1,15 +1,15 @@
@import '@fontsource/roboto/index.css';
@tailwind base; @tailwind base;
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
@import '@fontsource/roboto/index.css';
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 */
background-color: transparent !important; background-color: transparent !important;
@apply rounded-3xl overflow-hidden; @apply rounded-3xl overflow-hidden;
} }
@@ -18,7 +18,10 @@ html {
@apply transition-all; @apply transition-all;
} }
// Class is used for development purposes only.
.dev { @layer utilities {
/* Class is used for development purposes only */
.dev {
border: 1px solid red; border: 1px solid red;
}
} }

View File

@@ -1 +0,0 @@
// Use this file for variable used in scss, this file will be imported into every single component