We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b11d6 commit de560b9Copy full SHA for de560b9
css/at-rules.json
@@ -120,6 +120,20 @@
120
"status": "standard",
121
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
122
},
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
+ },
137
"@document": {
138
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
139
"interfaces": [
0 commit comments