mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
42bc28bbfd
* Use setProperty when setting style properties setProperty is faster in all/most modern browsers. It also lets us support CSS variables. * Only use setProperty when setting CSS variables * Add test to ensure setting CSS variables do not warn * Make this PR pretty again * Run fiber test script