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 --- united/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'united') diff --git a/united/_variables.scss b/united/_variables.scss index 04e4248f..47523829 100644 --- a/united/_variables.scss +++ b/united/_variables.scss @@ -76,7 +76,7 @@ $headings-color: inherit !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