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,6 +1,6 @@
@import "../../../globals.ios";
@import "../label";
@import "../text-input";
@import "../../globals.ios";
@import "./label";
@import "./text-input";
// iOS Text Input
// --------------------------------------------------

View File

@ -1,6 +1,6 @@
@import "../../../globals.md";
@import "../label";
@import "../text-input";
@import "../../globals.md";
@import "./label";
@import "./text-input";
// Material Design Text Input
// --------------------------------------------------