Skip to content

Commit 6e1fe50

Browse files
authored
Fix the SCSS global variable warnings (#269)
- fix the scss version 2 warning that global variables need to be declared at the root
1 parent 5c65bcc commit 6e1fe50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/archwizard.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ $aw-distance-between-steps: 10px !default;
141141

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

144+
// declare global variables
145+
$aw-param-indicator-width: null;
146+
$aw-param-indicator-height: null;
147+
$aw-param-indicator-border-width: null;
144148

145149
aw-wizard {
146150
display: flex;

0 commit comments

Comments
 (0)