Skip to content

Commit

Permalink
Merge pull request #438 from ramiy/patch-1
Browse files Browse the repository at this point in the history
Add CSS @Property at-role
  • Loading branch information
chrisdavidmills authored Nov 9, 2020
2 parents 08d2883 0dd1c01 commit 3a92ce8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 328,11 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
},
"@property": {
"syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
"@supports": {
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
"interfaces": [
Expand Down

0 comments on commit 3a92ce8

Please sign in to comment.