mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
20 lines
272 B
SCSS
Executable File
20 lines
272 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();
|
|
}
|
|
|
|
// Roboto Font
|
|
@import "fonts/roboto";
|