refactor(): move core component imports to mode component files

This commit is contained in:
Adam Bradley
2015-12-04 13:07:37 -06:00
parent c5af9a608e
commit d833e747cb
45 changed files with 165 additions and 215 deletions

View File

@ -1,4 +1,6 @@
@import "../../../ionic.globals";
@import "../label";
@import "../text-input";
// iOS Text Input
// --------------------------------------------------

View File

@ -1,4 +1,6 @@
@import "../../../ionic.globals";
@import "../label";
@import "../text-input";
// Material Design Text Input
// --------------------------------------------------