Skip to content

Commit

Permalink
Remove redundant SCSS !global modifiers at the root level as reported…
Browse files Browse the repository at this point in the history
… by dart-sass (#241)

Fixes #239
  • Loading branch information
earshinov authored and madoar committed Oct 20, 2019
1 parent 2db7bd2 commit ce01534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/wizard-navigation-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
// - https://github.com/sass/sass/issues/871
//
// indicator state: 'default' or 'hover'
$aw-param-indicator-state: null !global;
$aw-param-indicator-state: null;

// wizard step state: 'default', 'current', 'done' etc.
$aw-param-step-state: null !global;
$aw-param-step-state: null;


// Defines the line that strings together circles representing wizard steps, in the horizontal layout
Expand Down

0 comments on commit ce01534

Please sign in to comment.