react-css
react-css copied to clipboard
Converts plain CSS into (optionally auto-prefixed) React-style properties map.
`-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/
Just some additional tests for this issue. https://github.com/elierotenberg/react-css/issues/1
Was just hoping to add some test for various CSS properties. In adding the tests, I noticed 1 issue which I could raise separately if you like: - prefixes for...