Skip to content

Commit de560b9

Browse files
committed
feat: add container at rule
1 parent 57b11d6 commit de560b9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

css/at-rules.json

+14
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,20 @@
120120
"status": "standard",
121121
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
122122
},
123+
"@container": {
124+
"syntax": "@container <container-condition> {\n <stylesheet>\n}",
125+
"interfaces": [
126+
"CSSGroupingRule",
127+
"CSSConditionRule",
128+
"CSSContainerRule"
129+
],
130+
"groups": [
131+
"CSS Conditional Rules",
132+
"CSS Containment"
133+
],
134+
"status": "standard",
135+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"
136+
},
123137
"@document": {
124138
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
125139
"interfaces": [

0 commit comments

Comments
 (0)