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 991b34c commit b4fae7cCopy full SHA for b4fae7c
css-nesting-1/Overview.bs
@@ -240,6 +240,11 @@ Direct Nesting {#direct}
240
& { padding: 2ch; }
241
}
242
/* equivalent to
243
+ .foo { color: blue; }
244
+ .foo { padding: 2ch; }
245
+
246
+ // and
247
248
.foo {
249
color: blue;
250
padding: 2ch;
@@ -313,7 +318,7 @@ Direct Nesting {#direct}
313
318
&&.bar { color: blue; }
314
319
315
320
/* Invalid because the 1st & is no longer
316
- at the start of a nesting selector */
321
+ at the start of a compound selector */
317
322
323
324
color: red;
0 commit comments