mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
import mode globals in all mode components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "../../ionic.globals";
|
||||
@import "../../globals.core";
|
||||
|
||||
// Label
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../../ionic.globals";
|
||||
@import "../../../globals.ios";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../../ionic.globals";
|
||||
@import "../../../globals.md";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../ionic.globals";
|
||||
@import "../../globals.core";
|
||||
|
||||
// Text Input
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user