feat(windows): initial add of windows mode

basically a copy of md for now

references #5565
This commit is contained in:
Brandy Carney
2016-02-22 20:35:55 -05:00
parent 1495a1353e
commit a9c995d07d
14 changed files with 581 additions and 2 deletions

13
ionic/ionic.wp.scss Normal file
View 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();
}