Skip to content

Commit 395971d

Browse files
skyclouds2001bsmth
andauthored
chore(css): remove not-supported values for text-spacing-trim (#870)
chore(css): remove not-supported for `text-spacing-trim: {trim-both,trim-all,auto}` Co-authored-by: Brian Smith <[email protected]>
1 parent 3fe902e commit 395971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10105,7 +10105,7 @@
1010510105
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
1010610106
},
1010710107
"text-spacing-trim": {
10108-
"syntax": "space-all | normal | space-first | trim-start | trim-both | trim-all | auto",
10108+
"syntax": "space-all | normal | space-first | trim-start",
1010910109
"media": "visual",
1011010110
"inherited": true,
1011110111
"animationType": "discrete",

0 commit comments

Comments
 (0)