Skip to content

Commit 693cd7b

Browse files
committed
fix
1 parent 9015b84 commit 693cd7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/postcss-nesting/test/wpt/nesting-basics.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,26 +157,26 @@
157157
}
158158
159159
@scope (div) {
160-
& & target.test-12 {
160+
:scope target.test-12 {
161161
background-color: green;
162162
}
163163
164-
:scope :scope target.test-12 {
164+
& target.test-12 {
165165
background-color: red;
166166
}
167167
}
168168
169169
.outer{
170170
@scope (div) {
171-
& & target.test-13 {
171+
:scope target.test-13 {
172172
background-color: green;
173173
}
174174
}
175175
}
176176
177177
.outer{
178178
@scope (div) {
179-
:scope :scope target.test-13 {
179+
& target.test-13 {
180180
background-color: red;
181181
}
182182
}

0 commit comments

Comments
 (0)