Skip to content

Commit bd03403

Browse files
committed
[css-nesting] correction to invalid explainer
1 parent dc3dec9 commit bd03403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-nesting-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Direct Nesting {#direct}
317317
color: red;
318318
&&.bar { color: blue; }
319319
}
320-
/* Invalid because the 1st & is no longer
320+
/* Invalid because the second & is no longer
321321
at the start of a compound selector */
322322

323323
.foo {

0 commit comments

Comments
 (0)