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:
Javi Martín
2021-05-16 12:33:33 +02:00
parent 0846766dd6
commit 4d70f50a5f

View File

@@ -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";