mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
28 lines
337 B
SCSS
Executable File
28 lines
337 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
|
|
// Core Components
|
|
@import "ionic.core";
|
|
|
|
|
|
// iOS Components
|
|
.ios {
|
|
@import "ionic.ios_OLD";
|
|
}
|
|
|
|
|
|
// Material Design Components
|
|
.md {
|
|
@import "ionic.md_OLD";
|
|
}
|
|
|
|
|
|
// Roboto Font
|
|
$roboto: true !default;
|
|
@if ($roboto) {
|
|
@import "fonts/roboto";
|
|
.md {
|
|
font-family: "Roboto", "Helvetica Neue", sans-serif;
|
|
}
|
|
}
|