cssinjs / css-vendor

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

-apple-trailing-word may not be a reliable way to detect WebKit in future #83

Closed smfr closed 4 years ago

smfr commented 5 years ago

WebKit is planning to remove support for -apple-trailing-word: https://bugs.webkit.org/show_bug.cgi?id=196525

AleshaOleg commented 5 years ago

@smfr thanks for the advice! Are any recommendations, how I can detect Safari without navigator like we're doing now, with applying the property to style?

AleshaOleg commented 5 years ago

https://github.com/cssinjs/css-vendor/pull/86

AleshaOleg commented 4 years ago

https://github.com/cssinjs/css-vendor/pull/171

Will release soon