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:
13
src/ionic.ios.scss
Normal file
13
src/ionic.ios.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Ionic: iOS
|
||||
@charset "UTF-8";
|
||||
|
||||
// Core Components
|
||||
@import "components.core";
|
||||
|
||||
// iOS Components
|
||||
@import "components.ios";
|
||||
|
||||
// iOS Body
|
||||
body {
|
||||
@include ios-body();
|
||||
}
|
||||
Reference in New Issue
Block a user