Skip to content

Commit d6630cb

Browse files
authored
[css-nesting-1] Fix css example in nesting draft https://drafts.csswg.org/css-nesting-1/ (#6223)
1 parent 6172d5e commit d6630cb

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
@@ -238,7 +238,7 @@ Direct Nesting {#direct}
238238
}
239239
/* equivalent to
240240
.foo { color: blue; }
241-
.foo .bar .foo .baz .foo .qux { color: blue; }
241+
.foo .bar .foo .baz .foo .qux { color: red; }
242242
*/
243243

244244
.foo {

0 commit comments

Comments
 (0)