chore(sass): fix file paths

This commit is contained in:
Drew Rygh
2015-12-10 11:03:45 -06:00
parent 37ca863531
commit aa884c9da5
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@import "themes/default";
@import "./default";
// iOS Default Theme
// ----------------------------------

View File

@ -1,4 +1,4 @@
@import "themes/default";
@import "./default";
// Material Design Default Theme
// ----------------------------------
@ -75,5 +75,5 @@ $item-md-padding-icon-bottom: 10px !default;
// Roboto Font
@at-root {
@import "fonts/roboto";
@import "../fonts/roboto";
}