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