Skip to content

Commit 76c5c7f

Browse files
[css-nesting-1] fix nesting example (w3c#6394)
1 parent a8fea7c commit 76c5c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-nesting-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ Mixing Nesting Rules and Declarations {#mixing}
673673
<xmp highlight=css>
674674
article {
675675
color: blue;
676-
:where(&) { color: red; }
676+
@nest :where(&) { color: red; }
677677
}
678678
</xmp>
679679

0 commit comments

Comments
 (0)