Skip to content

Commit

Permalink
[css nesting] fix example in specification doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjsat committed Apr 19, 2021
1 parent f6b610a commit 0075712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-nesting-1/Overview.bs
Expand Up @@ -229,7 +229,7 @@ Direct Nesting {#direct}
/* equivalent to
.foo, .bar { color: blue; }
:is(.foo, .bar) + .baz,
:is(.foo, .bar).qux { color: red; }
:is(.foo, .bar).qux { color: blue; }
*/

.foo {
Expand Down

0 comments on commit 0075712

Please sign in to comment.