Skip to content

Commit 5a0c860

Browse files
authored
Add CSS @Property at-role
1 parent 08d2883 commit 5a0c860

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css/at-rules.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@
328328
"status": "standard",
329329
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
330330
},
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+
},
331336
"@supports": {
332337
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
333338
"interfaces": [

0 commit comments

Comments
 (0)