stylelint-config-recess-order icon indicating copy to clipboard operation
stylelint-config-recess-order copied to clipboard

Add -webkit-text-fill-color and text overflow related properties

Open tofrankie opened this issue 1 year ago • 1 comments

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.

tofrankie avatar Apr 14 '24 04:04 tofrankie

🦋 Changeset detected

Latest commit: 3cd851c5a1daa719331cc896b49598f965da4814

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

changeset-bot[bot] avatar Apr 14 '24 04:04 changeset-bot[bot]

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 avatar Aug 21 '24 03:08 stormwarning