We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d2883 commit 5a0c860Copy full SHA for 5a0c860
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