Skip to content

Commit

Permalink
[css-nesting-1] Fix exponential explosion example (#11004)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus authored Oct 4, 2024
1 parent ce3fa6d commit c428f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-nesting-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ Nesting Selector: the ''&'' selector {#nest-selector}

<pre class=lang-css>
.a1, .a2, .a3 {
.b1, .b3, .b3 {
.b1, .b2, .b3 {
.c1, .c2, .c3 {
...;
}
Expand Down

0 comments on commit c428f0d

Please sign in to comment.