mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(sass): individual sass files import globals
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
|
||||
// Theme
|
||||
@import "themes/default";
|
||||
|
||||
|
||||
// Globals
|
||||
// Core App
|
||||
@import
|
||||
"util/mixins",
|
||||
"components/app/normalize",
|
||||
"components/app/structure",
|
||||
"components/app/typography",
|
||||
@@ -50,6 +45,7 @@
|
||||
|
||||
|
||||
// Ionicons
|
||||
// soon to be replaced with SVGs
|
||||
$font-path: "../fonts" !default;
|
||||
$ionicons: true !default;
|
||||
@if ($ionicons) {
|
||||
|
||||
Reference in New Issue
Block a user