Closed toFrankie closed 2 months ago
Latest commit: 3cd851c5a1daa719331cc896b49598f965da4814
The changes in this PR will be included in the next version bump.
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.
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.