Skip to content

Commit c428f0d

Browse files
authored
[css-nesting-1] Fix exponential explosion example (#11004)
1 parent ce3fa6d commit c428f0d

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
@@ -1027,7 +1027,7 @@ Nesting Selector: the ''&'' selector {#nest-selector}
10271027

10281028
<pre class=lang-css>
10291029
.a1, .a2, .a3 {
1030-
.b1, .b3, .b3 {
1030+
.b1, .b2, .b3 {
10311031
.c1, .c2, .c3 {
10321032
...;
10331033
}

0 commit comments

Comments
 (0)