mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
refactor(sass): change order of Sass imports to use global vars
This allows us to use the variables in ionic.theme.default without having to import it. This new order is consistent with how the mode specific globals already work.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.theme.default";
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user