mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(windows): initial add of windows mode
basically a copy of md for now references #5565
This commit is contained in:
13
ionic/ionic.wp.scss
Normal file
13
ionic/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