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 May 10, 2020
1 parent 47056ce commit 03268e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/archwizard.scss
Expand Up @@ -27,6 +27,10 @@ $wz-distance-between-steps: 10px !default;

$wz-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 03268e6

Please sign in to comment.