Skip to content

Commit

Permalink
feat(css): Add missing anchor-side syntax for anchor() (#860)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 30, 2024
1 parent 0500654 commit 774d6c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"anchor-name": {
"syntax": "<dashed-ident>"
},
"anchor-side": {
"syntax": "inside | outside | top | left | right | bottom | start | end | self-start | self-end | <percentage> | center"
},
"anchor-size": {
"syntax": "width | height | block | inline | self-block | self-inline"
},
Expand Down

0 comments on commit 774d6c5

Please sign in to comment.