summaryrefslogtreecommitdiff
path: root/paper
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-07-02 16:47:52 -0400
committerThomas Park <thomas@thomaspark.co>2015-07-02 16:47:52 -0400
commit0e31fc27000acfd95a03f32815599aa766a4da87 (patch)
tree6914a009c0460b5524dfb57dbf75fbdf3f83da00 /paper
parent1013ac368365241f307e91ef9ba7f25806fe677e (diff)
for sass, give $icon-font-path conditional value, fixes #453
Diffstat (limited to 'paper')
-rw-r--r--paper/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/paper/_variables.scss b/paper/_variables.scss
index 7eb4eec0..27572288 100644
--- a/paper/_variables.scss
+++ b/paper/_variables.scss
@@ -76,7 +76,7 @@ $headings-color: #444 !default;
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
-$icon-font-path: "../fonts/" !default;
+$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
//** File name for all font files.
$icon-font-name: "glyphicons-halflings-regular" !default;
//** Element ID within SVG icon file.