cssinjs / css-vendor

Runtime vendor prefixing based on feature detection.
MIT License
66 stars 24 forks source link

Update Safari detection techique for future use (issue #83) #171

Closed stasgavrylov closed 4 years ago

stasgavrylov commented 4 years ago

Fix for https://github.com/cssinjs/css-vendor/issues/83

AleshaOleg commented 4 years ago

As -apple-trailing-word already removed from Safari - https://bugs.webkit.org/show_bug.cgi?id=196525, I think we need to merge this asap. As we didn't find another solution for this I'll run tests one more time now, and will merge if tests will pass.