Skip to content

Commit 20ca929

Browse files
author
Adam Argyle
authored
Merge pull request w3c#8038 from romainmenke/patch-3
[css-nesting] fix `@layer` example
2 parents 718fc29 + 740518e commit 20ca929

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
@@ -450,7 +450,7 @@ Syntax {#syntax}
450450
html {
451451
block-size: 100%;
452452

453-
@layer base.support {
453+
@layer support {
454454
& body {
455455
min-block-size: 100%;
456456
}

0 commit comments

Comments
 (0)