Files
ionic-framework/ionic/ionic.wp.scss
Brandy Carney a9c995d07d feat(windows): initial add of windows mode
basically a copy of md for now

references #5565
2016-02-22 20:36:02 -05:00

14 lines
183 B
SCSS

/*! Ionic: Windows */
@charset "UTF-8";
// Core Components
@import "components.core";
// Windows Components
@import "components.wp";
// Windows Body
body {
@include wp-body();
}