Skip to content

Commit

Permalink
feat(css): Add missing <try-tactic> syntax for `position-try-fallba…
Browse files Browse the repository at this point in the history
…cks` property (#795)

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Nov 27, 2024
1 parent c8067ba commit 76584aa
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 @@ -905,6 +905,9 @@
"translateZ()": {
"syntax": "translateZ( <length> )"
},
"try-tactic": {
"syntax": "flip-block || flip-inline || flip-start"
},
"type-or-unit": {
"syntax": "string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"
},
Expand Down

0 comments on commit 76584aa

Please sign in to comment.