import mode globals in all mode components

This commit is contained in:
Adam Bradley
2015-12-04 21:34:27 -06:00
parent 5d3e9a4f99
commit 831ec87308
74 changed files with 85 additions and 71 deletions

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Label
// --------------------------------------------------

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.ios";
@import "../label";
@import "../text-input";

View File

@ -1,4 +1,4 @@
@import "../../../ionic.globals";
@import "../../../globals.md";
@import "../label";
@import "../text-input";

View File

@ -1,4 +1,4 @@
@import "../../ionic.globals";
@import "../../globals.core";
// Text Input
// --------------------------------------------------