mirror of https://github.com/ElemeFE/element
顶级选择器可能不包含父选择器“&”
parent
8ab1db83c5
commit
1a02df60e7
|
@ -164,7 +164,7 @@
|
||||||
|
|
||||||
@mixin when($state) {
|
@mixin when($state) {
|
||||||
@at-root {
|
@at-root {
|
||||||
&.#{$state-prefix + $state} {
|
.#{$state-prefix + $state} {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue