mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
14 lines
179 B
SCSS
14 lines
179 B
SCSS
// Ionic: Windows
|
|
@charset "UTF-8";
|
|
|
|
// Core Components
|
|
@import "components.core";
|
|
|
|
// Windows Components
|
|
@import "components.wp";
|
|
|
|
// Windows Body
|
|
body {
|
|
@include wp-body();
|
|
}
|