Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -webkit-text-fill-color and properties related to multi-line truncation #373

Merged
merged 5 commits into from
Aug 21, 2024

Conversation

toFrankie
Copy link
Contributor

CSS properties added in this PR include:

  • -webkit-user-select
  • -webkit-text-fill-color
  • -o-text-overflow
  • box-orient
  • -webkit-box-orient
  • line-clamp
  • -webkit-line-clamp

Text Overflow is used frequently in projects.

Copy link

changeset-bot bot commented Apr 14, 2024

🦋 Changeset detected

Latest commit: 3cd851c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint-config-recess-order Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@stormwarning
Copy link
Owner

Thanks for the suggestions @toFrankie 🙌

I removed -o-text-overflow (as well as the existing -ms-text-overflow) as I don't want to include prefixed properties unless they're quasi-official — like -webkit-line-clamp! Any existing prefixed cases are probably left over from the original Recess/Bootstrap config that I haven't got around to removing.

I also added the -webkit-stroke-* properties, and adjusted the order of a couple of the properties you added.

@stormwarning stormwarning changed the title Add -webkit-text-fill-color and text overflow related properties Add -webkit-text-fill-color and properties related to multi-line truncation Aug 21, 2024
@stormwarning stormwarning merged commit 3737e27 into stormwarning:main Aug 21, 2024
@github-actions github-actions bot mentioned this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants