remarkablemark/style-to-js

`-ms` vendor prefix should not be capitalized in react mode

Closed this issue · 2 comments

Expected Behavior

When reactCompat set to true the -ms vendor prefix should not be capitalized. See

Actual Behavior

-ms-transform becomes MsTransform instead of msTransform

Thanks for opening this issue @frankdannhauer! Would you be interested in opening a PR?