mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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.wp.scss
Normal file
13
src/ionic.wp.scss
Normal file
@ -0,0 +1,13 @@
|
||||
// Ionic: Windows
|
||||
@charset "UTF-8";
|
||||
|
||||
// Core Components
|
||||
@import "components.core";
|
||||
|
||||
// Windows Components
|
||||
@import "components.wp";
|
||||
|
||||
// Windows Body
|
||||
body {
|
||||
@include wp-body();
|
||||
}
|
Reference in New Issue
Block a user