refac: bootstrap.scss 분리 후 별도 빌드

This commit is contained in:
2022-07-27 21:44:24 +09:00
parent 66d6bbc772
commit 155af45378
32 changed files with 65 additions and 83 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
@import "./variables.scss";
@import "break_500px.scss";
$body-bg: #000;
@@ -6,5 +7,5 @@ $input-bg: #ddd;
$input-color: #303030;
@import "./bootswatch_custom_variables.scss";
@import "bootstrap/scss/bootstrap-utilities.scss";
@import "break_500px.scss";
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";