Skip to content

Commit

Permalink
Add data for @scope
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Oct 12, 2023
1 parent ff3901d commit ee63396
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,14 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
"@scope": {
"syntax": "@scope [(<scope-start>)]? [to (<scope-end>)]? {\n <rule-list>\n}",
"groups": [
"CSS Conditional Rules"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope"
},
"@scroll-timeline": {
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
"interfaces": [
Expand Down

0 comments on commit ee63396

Please sign in to comment.