chore(build): rename ionic directory to src and update all references in the build process.

This commit is contained in:
Josh Thomas
2016-05-19 13:20:59 -05:00
parent 8470ae04ac
commit c8f760f080
595 changed files with 73 additions and 87 deletions

23
src/ionic.scss Executable file
View File

@@ -0,0 +1,23 @@
@charset "UTF-8";
// Core Components
@import "components.core";
// iOS Components
.ios {
@import "components.ios";
@include ios-body();
}
// Material Design Components
.md {
@import "components.md";
@include md-body();
}
// Windows Components
.wp {
@import "components.wp";
@include wp-body();
}