Skip to content

Commit 3a92ce8

Browse files
Merge pull request #438 from ramiy/patch-1
Add CSS @Property at-role
2 parents 08d2883 + 0dd1c01 commit 3a92ce8

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)