Fix order loading custom styles
We have to load the custom styles last so they actually override what we do.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
@import "notification_item";
|
||||
@import "community";
|
||||
@import "stats";
|
||||
@import "custom";
|
||||
@import "c3";
|
||||
@import "annotator.min";
|
||||
@import "amsify.suggestags";
|
||||
@@ -38,3 +37,5 @@
|
||||
@import "sdg_management/*";
|
||||
@import "sdg_management/**/*";
|
||||
@import "widgets/**/*";
|
||||
|
||||
@import "custom";
|
||||
|
||||
Reference in New Issue
Block a user