fix(sass): remove global imports from components

globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
This commit is contained in:
Brandy Carney
2016-04-11 11:59:44 -04:00
parent 29e624254f
commit dad2155ecd
60 changed files with 0 additions and 60 deletions

View File

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

View File

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

View File

@ -1,4 +1,3 @@
@import "../../globals.wp";
// Windows Checkbox
// --------------------------------------------------