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,5 @@
@import "../../../ionic.globals";
@import "../checkbox";
// iOS Checkbox Structure
// --------------------------------------------------

View File

@ -1,4 +1,5 @@
@import "../../../ionic.globals";
@import "../checkbox";
// Material Design Checkbox
// --------------------------------------------------