mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): rename ionic directory to src and update all references in the build process.
This commit is contained in:
23
src/ionic.scss
Executable file
23
src/ionic.scss
Executable 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user