From 0e31fc27000acfd95a03f32815599aa766a4da87 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 2 Jul 2015 16:47:52 -0400 Subject: for sass, give $icon-font-path conditional value, fixes #453 --- cyborg/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyborg') diff --git a/cyborg/_variables.scss b/cyborg/_variables.scss index eed0377a..2ad29361 100644 --- a/cyborg/_variables.scss +++ b/cyborg/_variables.scss @@ -76,7 +76,7 @@ $headings-color: #fff !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. -- cgit v1.2.3