Skip to content

Commit 2d890b5

Browse files
committed
fix: feedback
1 parent e924dd1 commit 2d890b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css/at-rules.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,14 @@
121121
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
122122
},
123123
"@container": {
124-
"syntax": "@container <container-condition># {\n <block-contents>\n}",
124+
"syntax": "@container <container-condition># {\n <group-rule-body>\n}",
125125
"interfaces": [
126126
"CSSGroupingRule",
127127
"CSSConditionRule",
128128
"CSSContainerRule"
129129
],
130130
"groups": [
131-
"CSS Conditional Rules",
132-
"CSS Containment"
131+
"CSS Conditional Rules"
133132
],
134133
"status": "standard",
135134
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"

0 commit comments

Comments
 (0)