mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
27 lines
476 B
SCSS
27 lines
476 B
SCSS
|
|
// Core App
|
|
@import
|
|
"components/app/normalize",
|
|
"components/app/structure",
|
|
"components/app/typography",
|
|
"util/util";
|
|
|
|
|
|
// Core Components
|
|
@import
|
|
"components/grid/grid",
|
|
"components/icon/icon",
|
|
"components/menu/menu",
|
|
"components/modal/modal",
|
|
"components/scroll/scroll",
|
|
"components/slides/slides";
|
|
|
|
|
|
// Ionicons
|
|
// soon to be replaced with SVGs
|
|
$font-path: "../fonts" !default;
|
|
$ionicons: true !default;
|
|
@if ($ionicons) {
|
|
@import "fonts/ionicons";
|
|
}
|