Skip to content

Commit bea08ea

Browse files
authored
[css-contain-3] Fix style query example (#9665)
1 parent 000f55d commit bea08ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-contain-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Creating Query Containers: the 'container-type' property</h3>
468468
container-type: style;
469469
}
470470

471-
@container (--cards: small) {
471+
@container style(--cards: small) {
472472
article {
473473
border: thin solid silver;
474474
border-radius: 0.5em;

0 commit comments

Comments
 (0)