removed scss
This commit is contained in:
@@ -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 {
|
||||||
border: 1px solid red;
|
/* Class is used for development purposes only */
|
||||||
|
.dev {
|
||||||
|
border: 1px solid red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1 +0,0 @@
|
|||||||
// Use this file for variable used in scss, this file will be imported into every single component
|
|
||||||
Reference in New Issue
Block a user