Closed chrisdavidmills closed 4 months ago
Thank you. LGTM. Is there a linked content PR for the incoming page?
Not yet, but there will be shortly.
@chrisdavidmills @bsmth To trigger the release-please PR, make sure to always use conventional commit format for the PR title, i.e. have it start with feat(css):
/ fix(css):
/ chore(css):
PS: I have added a COMMIT_OVERRIDE
section in the PR description to mitigate this.
PS: I have added a
COMMIT_OVERRIDE
section in the PR description to mitigate this.
Thank you, I completely forgot about this, and TIL about COMMIT_OVERRIDE
.
You can enforce this via rulesets, apparently.
Description
Chrome supports the
text-spacing-trim
property as of version 123 (see the ChromeStatus entry).This PR adds data for the property.
Motivation
Additional details
Related issues and pull requests
BEGIN_COMMIT_OVERRIDE feat(css): add text-spacing-trim property END_COMMIT_OVERRIDE