stylelint-config-recess-order
stylelint-config-recess-order copied to clipboard
Add -webkit-text-fill-color and text overflow related properties
CSS properties added in this PR include:
-webkit-user-select-webkit-text-fill-color-o-text-overflowbox-orient-webkit-box-orientline-clamp-webkit-line-clamp
Text Overflow is used frequently in projects.
🦋 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
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.