Skip to content

Commit 9469ffa

Browse files
author
jordanmccullough
committed
Configure SASS dependencies for Jekyll compiling
1 parent a6364d9 commit 9469ffa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ include:
2626

2727
markdown: rdiscount
2828

29+
sass:
30+
sass_dir: dependencies/bootstrap-sass/assets/stylesheets/
31+
2932
# Custom site configuration
3033
lang: en

_stylesheets/page.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
---
2+
---
3+
14
@import "octicons.css";
2-
@import "../dependencies/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
5+
@import "_bootstrap.scss";
36

47
/* Color Definitions */
58
$color-dark: #1875c6;

0 commit comments

Comments
 (0)