style(mixin): variable is assigned but never used

This commit is contained in:
Hgwxxdd 2021-06-21 20:22:50 +08:00 committed by Herrington Darkholme
parent 4e9ddcdb53
commit 1f6fc8c38b

View File

@ -104,7 +104,7 @@
$selector: &;
$currentSelector: "";
@each $unit in $modifier {
$currentSelector: #{$currentSelector + & + $modifier-separator + $unit + ","};
$currentSelector: #{$currentSelector + $selector + $modifier-separator + $unit + ","};
}
@at-root {