Skip to content

Commit 991b34c

Browse files
committed
[css-nesting] fixes extra class
1 parent b4771e1 commit 991b34c

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
@@ -232,7 +232,7 @@ Direct Nesting {#direct}
232232
}
233233
/* equivalent to
234234
.foo { color: blue; }
235-
.foo .foo .bar .foo .baz .foo .qux { color: blue; }
235+
.foo .bar .foo .baz .foo .qux { color: blue; }
236236
*/
237237

238238
.foo {

0 commit comments

Comments
 (0)