UX: ensure CSS vars are loaded in the Wizard stylesheet

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.
This commit is contained in:
Joe 2020-08-06 19:19:15 +08:00
parent df39e372d7
commit c047e16285
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@import "color_definitions";
@import "vendor/normalize";
@import "vendor/normalize-ext";
@import "vendor/sweetalert";