react-css
react-css copied to clipboard
-ms- vendor prefix should be lowercase
-ms-something
becomes MsSomething
because of the to-camel-case lib you're using. The problem is that it should produce msSomething
. http://www.andismith.com/blog/2012/02/modernizr-prefixed/
If you use this: https://npmjs.com/dom-style-parser
to parse and transform, it'll solve this issue. Also, it's really tiny and doesn't require lodash.