react-inline-auto-prefixer icon indicating copy to clipboard operation
react-inline-auto-prefixer copied to clipboard

Fails to prefix cursor values

Open jjeising opened this issue 9 years ago • 2 comments

When supplying {cursor: "grab"} autoprefixreturns

{cursor: "grab", WebkitCursor: "grab"}

Instead of -webkit-cursor it should return -webkit-grabas a value.

jjeising avatar Jul 09 '16 00:07 jjeising

Can you provide a code fix for that?

yonatanmn avatar Jul 09 '16 16:07 yonatanmn

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.

jjeising avatar Jul 09 '16 18:07 jjeising