mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../themes/ionic.theme.default";
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
// Item Sliding
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
@import "../../themes/ionic.theme.default";
|
||||
|
||||
|
||||
// List
|
||||
|
||||
Reference in New Issue
Block a user