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,5 +1,5 @@
@import "../../../globals.ios";
@import "../segment";
@import "../../globals.ios";
@import "./segment";
// iOS Segment
// --------------------------------------------------

View File

@ -1,5 +1,5 @@
@import "../../../globals.md";
@import "../segment";
@import "../../globals.md";
@import "./segment";
// Material Design Segment
// --------------------------------------------------