Skip to content

Commit

Permalink
UX: ensure CSS vars are loaded in the Wizard stylesheet
Browse files Browse the repository at this point in the history
The in-app select-kit stylesheet references some of the CSS vars we recently added. This commit ensures that those vars are available when that sheet is complied since the wizard lives outside of the app.
  • Loading branch information
hnb-ku committed Aug 6, 2020
1 parent df39e37 commit c047e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/wizard.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "color_definitions";
@import "vendor/normalize";
@import "vendor/normalize-ext";
@import "vendor/sweetalert";
Expand Down

1 comment on commit c047e16

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/css-on-setup-wizard/160013/3

Please sign in to comment.