Skip to content

Commit

Permalink
Fix the SCSS global variable warnings (#269)
Browse files Browse the repository at this point in the history
- fix the scss version 2 warning that global variables need to be declared at the root
  • Loading branch information
madoar committed Feb 28, 2020
1 parent 5c65bcc commit 6e1fe50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/archwizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ $aw-distance-between-steps: 10px !default;

$aw-text-height: 14px !default;

// declare global variables
$aw-param-indicator-width: null;
$aw-param-indicator-height: null;
$aw-param-indicator-border-width: null;

aw-wizard {
display: flex;
Expand Down

0 comments on commit 6e1fe50

Please sign in to comment.