Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order loading custom styles #4515

Merged
merged 3 commits into from
Jun 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix order loading custom styles
We have to load the custom styles last so they actually override what we
do.
  • Loading branch information
javierm committed Jun 2, 2021
commit 4d70f50a5f878594a9136770dd163790b1721ed0
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
@import "notification_item";
@import "community";
@import "stats";
@import "custom";
@import "c3";
@import "annotator.min";
@import "amsify.suggestags";
Expand All @@ -38,3 +37,5 @@
@import "sdg_management/*";
@import "sdg_management/**/*";
@import "widgets/**/*";

@import "custom";