We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9015b84 commit 693cd7bCopy full SHA for 693cd7b
plugins/postcss-nesting/test/wpt/nesting-basics.html
@@ -157,26 +157,26 @@
157
}
158
159
@scope (div) {
160
- & & target.test-12 {
+ :scope target.test-12 {
161
background-color: green;
162
163
164
- :scope :scope target.test-12 {
+ & target.test-12 {
165
background-color: red;
166
167
168
169
.outer{
170
171
- & & target.test-13 {
+ :scope target.test-13 {
172
173
174
175
176
177
178
179
- :scope :scope target.test-13 {
+ & target.test-13 {
180
181
182
0 commit comments