react-inline-auto-prefixer
react-inline-auto-prefixer copied to clipboard
Fails to prefix cursor values
When supplying {cursor: "grab"} autoprefixreturns
{cursor: "grab", WebkitCursor: "grab"}
Instead of -webkit-cursor it should return -webkit-grabas a value.
Can you provide a code fix for that?
Maybe it's enough to add it to neededCssValues? Haven't tested this yet, code isn't very obvious. I've just dropped auto-prefixer and got back to CSS for now.