deleting and getting things running fine

This commit is contained in:
talksik
2022-04-30 18:54:29 -05:00
parent 3bdb7e888f
commit b9141d643d
17 changed files with 11 additions and 935 deletions
+8
View File
@@ -0,0 +1,8 @@
@import "carbon-components/scss/globals/scss/styles.scss";
// TODO: important, note that if current version of sass in package.json is causing issues, install ^1.29.0
$body-color: red;
body {
color: $body-color !important;
}
+9
View File
@@ -0,0 +1,9 @@
#root {
padding: 0 !important;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "~antd/dist/antd.css";