We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6364d9 commit 9469ffaCopy full SHA for 9469ffa
_config.yml
@@ -26,5 +26,8 @@ include:
26
27
markdown: rdiscount
28
29
+sass:
30
+ sass_dir: dependencies/bootstrap-sass/assets/stylesheets/
31
+
32
# Custom site configuration
33
lang: en
_stylesheets/page.scss
@@ -1,5 +1,8 @@
1
+---
2
3
4
@import "octicons.css";
-@import "../dependencies/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
5
+@import "_bootstrap.scss";
6
7
/* Color Definitions */
8
$color-dark: #1875c6;
0 commit comments