mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
17 lines
232 B
SCSS
Executable File
17 lines
232 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
// Core Components
|
|
@import "components.core";
|
|
|
|
// iOS Components
|
|
.ios {
|
|
@import "components.ios";
|
|
@include ios-body();
|
|
}
|
|
|
|
// Material Design Components
|
|
.md {
|
|
@import "components.md";
|
|
@include md-body();
|
|
}
|