File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ pagination:
127
127
sort_reverse : true
128
128
trail :
129
129
before : 2
130
- after : 2
130
+ after : 2
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ $mobile_header_height: 68px;
26
26
$desktop_footer_height : 350px ;
27
27
$site_horizontal_padding : 30px ;
28
28
29
- @import " ../node_modules/bootstrap/scss/variables" ;
30
-
31
29
@mixin desktop {
32
30
@media screen and (min-width : 768px ) { @content ; }
33
31
}
Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
3
4
- @import " bootstrap/scss/bootstrap" ;
5
- @import " syntax-highlighting" ;
6
-
7
4
$baseurl :" {{ site.baseurl }}" ;
8
5
6
+ // Bootstrap 변수만 (의존성 해결)
7
+ @import " bootstrap/scss/functions" ;
8
+ @import " bootstrap/scss/variables" ;
9
+
10
+ // 커스텀 SCSS
9
11
@import " variables" ;
12
+ @import " syntax-highlighting" ;
10
13
@import " bootstrap-overrides" ;
11
14
@import " fonts" ;
12
15
@import " base_styles" ;
@@ -40,4 +43,4 @@ $baseurl:"{{ site.baseurl }}";
40
43
41
44
// Import for PyTorchKR
42
45
@import " community" ;
43
- @import " coc" ;
46
+ @import " coc" ;
You can’t perform that action at this time.
0 commit comments