stormwarning / stylelint-config-recess-order

🗂️ Recess-based property sort order for Stylelint.
ISC License
354 stars 22 forks source link

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

Closed toFrankie closed 2 months ago

toFrankie commented 7 months ago

CSS properties added in this PR include:

Text Overflow is used frequently in projects.

changeset-bot[bot] commented 7 months ago

🦋 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

stormwarning commented 2 months ago

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.