brigand / react-style-proptype

Validates style objects by ensuring the keys are valid css property names (in camelcase form).
MIT License
58 stars 11 forks source link

msTransform is the correct one #6

Closed dvoaviarison closed 7 years ago

dvoaviarison commented 7 years ago

https://github.com/facebook/react/blob/469e68542b0c12d3c3a8ffbed664bd87fb6eadcf/src/renderers/dom/shared/CSSPropertyOperations.js#L49

brigand commented 7 years ago

@dvoaviarison thanks! This file is generated by a script, so I fixed it in the script instead.

Published as 2.0.1.

dvoaviarison commented 7 years ago

cool