Allow -font-path to be overridden.

This commit is contained in:
Marc Lipovsky 2014-11-13 19:09:46 -08:00
parent 882ae17f35
commit f6007bff2b

View File

@ -1,5 +1,5 @@
// material icons path
$material-font-path: "../fonts";
$material-font-path: "../fonts" !default;
// Material colors palette
$red: #F44336 !default;