Skip to content

Commit

Permalink
chore(css): remove not-supported values for text-spacing-trim (#870)
Browse files Browse the repository at this point in the history
chore(css): remove not-supported for `text-spacing-trim: {trim-both,trim-all,auto}`

Co-authored-by: Brian Smith <brian@smith.berlin>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 15, 2025
1 parent 3fe902e commit 395971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10105,7 +10105,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
},
"text-spacing-trim": {
"syntax": "space-all | normal | space-first | trim-start | trim-both | trim-all | auto",
"syntax": "space-all | normal | space-first | trim-start",
"media": "visual",
"inherited": true,
"animationType": "discrete",
Expand Down

0 comments on commit 395971d

Please # to comment.