mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
14 lines
173 B
SCSS
14 lines
173 B
SCSS
/*! Ionic: iOS */
|
|
@charset "UTF-8";
|
|
|
|
// Core Components
|
|
@import "components.core";
|
|
|
|
// iOS Components
|
|
@import "components.ios";
|
|
|
|
// iOS Body
|
|
body {
|
|
@include ios-body();
|
|
}
|