mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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