react-css icon indicating copy to clipboard operation
react-css copied to clipboard

-ms- vendor prefix should be lowercase

Open stevenvachon opened this issue 9 years ago • 1 comments

-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/

stevenvachon avatar Aug 27 '15 00:08 stevenvachon

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.

stevenvachon avatar Aug 28 '15 02:08 stevenvachon