Skip to content

Commit

Permalink
fix(css): Add missing syntax for @scope (#788)
Browse files Browse the repository at this point in the history
Fix: add missing syntax for `@scope`

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Nov 22, 2024
1 parent df08f67 commit 0a8c8b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,21 @@
"scaleZ()": {
"syntax": "scaleZ( [ <number> | <percentage> ] )"
},
"scope-start": {
"syntax": "<selector-list>"
},
"scope-end": {
"syntax": "<selector-list>"
},
"scroll()": {
"syntax": "scroll( [ <axis> || <scroller> ]? )"
},
"scroller": {
"syntax": "root | nearest | self"
},
"selector-list": {
"syntax": "<complex-selector-list>"
},
"self-position": {
"syntax": "center | start | end | self-start | self-end | flex-start | flex-end"
},
Expand Down

0 comments on commit 0a8c8b6

Please sign in to comment.