Skip to content

Commit 718fc29

Browse files
authored
Merge pull request #7981 from romainmenke/patch-2
[css-nesting-1] fix typo
2 parents 68da6a2 + 2634b80 commit 718fc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nesting-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Syntax {#syntax}
467467
*/
468468

469469
<b>/* Example usage with Scoping */</b>
470-
@scope (.card) to (> header) { {
470+
@scope (.card) to (> header) {
471471
:scope {
472472
inline-size: 40ch;
473473
aspect-ratio: 3/4;
@@ -1013,4 +1013,4 @@ via [=serialize a CSS rule=].
10131013
and expecting
10141014

10151015
(<a href="https://github.com/w3c/csswg-drafts/issues/7850">Issue 7850</a>)
1016-
</div>
1016+
</div>

0 commit comments

Comments
 (0)