cssinjs / css-vendor

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

Fix mask-border-* props for new ff #31

Closed AleshaOleg closed 6 years ago

AleshaOleg commented 6 years ago

Looks like, here the same situation as with writing-mode prop. In older browsers, we should prefix this prop, and in newest (> FF 52), we shouldn't. https://caniuse.com/#search=mask-border

Need to find complex solutions for such props as this two. For now, I fix tests, to make them pass in local FF tests.

kof commented 6 years ago

What does autoprefixer?

AleshaOleg commented 6 years ago

https://github.com/postcss/autoprefixer/issues/502

kof commented 6 years ago

We can either do the same or just skip it.