refactor(WIP): scss, ts 공통 파일 묶기

This commit is contained in:
2021-12-10 21:45:02 +09:00
parent 9134a7d9f6
commit bd42042a61
21 changed files with 30 additions and 16 deletions
@@ -9,7 +9,7 @@ $input-color: #303030;
@import "./variables.scss";
@import "./bootswatch_custom_variables.scss";
@import "../../node_modules/bootstrap/scss/bootstrap.scss";
@import "/node_modules/bootstrap/scss/bootstrap.scss";
@import "./bootswatch_custom.scss";
@import "./bootstrap_sammo.scss";
@import "./vue-multiselect.scss";
+1 -1
View File
@@ -1,4 +1,4 @@
@import "./bootstrap5.scss";
@import "./common/bootstrap5.scss";
html * {
max-height: 1000000px;
+2 -2
View File
@@ -1,5 +1,5 @@
@import "./break_500px.scss";
@import "./bootstrap5.scss";
@import "./common/break_500px.scss";
@import "./common/bootstrap5.scss";
body {
color: white;