mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
refactor(): move core component imports to mode component files
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
@import "../../../ionic.globals";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
|
||||
// iOS Text Input
|
||||
// --------------------------------------------------
|
||||
|
@ -1,4 +1,6 @@
|
||||
@import "../../../ionic.globals";
|
||||
@import "../label";
|
||||
@import "../text-input";
|
||||
|
||||
// Material Design Text Input
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user