We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08d2883 + 0dd1c01 commit 3a92ce8Copy full SHA for 3a92ce8
1 file changed
css/at-rules.json
@@ -328,6 +328,11 @@
328
"status": "standard",
329
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
330
},
331
+ "@property": {
332
+ "syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
333
+ "status": "experimental",
334
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
335
+ },
336
"@supports": {
337
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
338
"interfaces": [
0 commit comments