Remove reference to bower_components in CSS

This commit is contained in:
Francis Lachapelle
2015-01-30 16:31:08 -05:00
parent 79a5d61efb
commit 5cc14bb729
2 changed files with 25 additions and 22 deletions
@@ -14,8 +14,8 @@ $md-icon-src-path: "../../../bower_components/material-design-iconic-font/scss/"
@import "../../../bower_components/material-design-iconic-font/scss/_variables";
// variables in source are not defaulted, we MUST override here
// relative (to css) path for src fonts
$md-font-path: "../bower_components/material-design-iconic-font/fonts";
// the source file declare "md" !!!
$md-font-path: "../fonts";
// Set style directive prefix to "md-icon-"
$md-css-prefix: md-icon;
@import "../../../bower_components/material-design-iconic-font/scss/_mixins";
@import "../../../bower_components/material-design-iconic-font/scss/_path";