mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +08:00
style(mixin): variable is assigned but never used
This commit is contained in:
parent
4e9ddcdb53
commit
1f6fc8c38b
@ -104,7 +104,7 @@
|
||||
$selector: &;
|
||||
$currentSelector: "";
|
||||
@each $unit in $modifier {
|
||||
$currentSelector: #{$currentSelector + & + $modifier-separator + $unit + ","};
|
||||
$currentSelector: #{$currentSelector + $selector + $modifier-separator + $unit + ","};
|
||||
}
|
||||
|
||||
@at-root {
|
||||
|
Loading…
Reference in New Issue
Block a user