mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
14 lines
183 B
SCSS
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();
|
|
}
|