mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

'flex-flow' and 'white-space' are not valid css in jsx #479

Closed victorporof closed 8 years ago

victorporof commented 8 years ago

Introduced in https://github.com/mozilla/tofino/commit/a015c811a01d6380be935e6e73c0bcf29ecfbcf4#diff-17699e8e51a680f16ee172c35c6d3e63R242

Should use cameCased css in such cases, so flexFlow.

victorporof commented 8 years ago

I think same goes for 'white-space', should be whiteSpace.