refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name

references #689
This commit is contained in:
Brandy Carney
2015-12-09 17:20:11 -05:00
parent d222dd2329
commit 854d90f4c1
40 changed files with 106 additions and 106 deletions

View File

@ -1,4 +1,4 @@
@import "../../../globals.ios";
@import "../../globals.ios";
// iOS Checkbox Structure
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../globals.md";
@import "../../globals.md";
// Material Design Checkbox
// --------------------------------------------------