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:
127127 sort_reverse : true
128128 trail :
129129 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;
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}
Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments