Skip to content

Commit ef6f9c0

Browse files
committed
SCSS 빌드 문제 해결
1 parent 34e18dd commit ef6f9c0

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ pagination:
127127
sort_reverse: true
128128
trail:
129129
before: 2
130-
after: 2
130+
after: 2

_sass/_variables.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ $mobile_header_height: 68px;
2626
$desktop_footer_height: 350px;
2727
$site_horizontal_padding: 30px;
2828

29-
@import "../node_modules/bootstrap/scss/variables";
30-
3129
@mixin desktop {
3230
@media screen and (min-width: 768px) { @content; }
3331
}

assets/main.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
---
33

4-
@import "bootstrap/scss/bootstrap";
5-
@import "syntax-highlighting";
6-
74
$baseurl:"{{ site.baseurl }}";
85

6+
// Bootstrap 변수만 (의존성 해결)
7+
@import "bootstrap/scss/functions";
8+
@import "bootstrap/scss/variables";
9+
10+
// 커스텀 SCSS
911
@import "variables";
12+
@import "syntax-highlighting";
1013
@import "bootstrap-overrides";
1114
@import "fonts";
1215
@import "base_styles";
@@ -40,4 +43,4 @@ $baseurl:"{{ site.baseurl }}";
4043

4144
// Import for PyTorchKR
4245
@import "community";
43-
@import "coc";
46+
@import "coc";

0 commit comments

Comments
 (0)