顶级选择器可能不包含父选择器“&”

pull/22101/head
chong li 2022-08-15 15:56:27 +08:00 committed by GitHub
parent 8ab1db83c5
commit 1a02df60e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
@mixin when($state) {
@at-root {
&.#{$state-prefix + $state} {
.#{$state-prefix + $state} {
@content;
}
}