Skip to content

Commit

Permalink
feat(css): Add missing <try-size> syntax for position-try-order p…
Browse files Browse the repository at this point in the history
…roperty (#796)

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 4, 2024
1 parent 7ebbdfa commit 0b93566
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 @@ -917,6 +917,9 @@
"translateZ()": {
"syntax": "translateZ( <length> )"
},
"try-size": {
"syntax": "most-width | most-height | most-block-size | most-inline-size"
},
"try-tactic": {
"syntax": "flip-block || flip-inline || flip-start"
},
Expand Down

0 comments on commit 0b93566

Please sign in to comment.