cssinjs / css-vendor

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

Exclude object-position in older Safari #13

Closed cvle closed 7 years ago

cvle commented 7 years ago

object-position is not supported for some Safari versions, see: http://caniuse.com/#search=object-position.

Reduces failing tests by 2.

230 left..

kof commented 7 years ago

Btw. if we can't handle most of them intelligently because they are simply not detectable, maybe the whole idea of feature testing is bad and we should switch to something that simply uses a database and adds all prefixes statically?

cvle commented 7 years ago

Yes but it's too early to say that I think. Let's see how far we can get.

cvle commented 7 years ago

I think you can merge this now

kof commented 7 years ago

merged