Skip to content

Commit 067b698

Browse files
committed
fix: feedback
1 parent e924dd1 commit 067b698

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css/at-rules.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,12 @@
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": [
126-
"CSSGroupingRule",
127-
"CSSConditionRule",
128126
"CSSContainerRule"
129127
],
130128
"groups": [
131-
"CSS Conditional Rules",
132-
"CSS Containment"
129+
"CSS Conditional Rules"
133130
],
134131
"status": "standard",
135132
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"

0 commit comments

Comments
 (0)