Closed craigcosmo closed 4 years ago
can we use style attribute like normal?
<div style="background:blue"></div>
instead of
<div style={{background:"blue"}}></div>
I think handling all of the CSS rule → DOM equivalents would be too much work for this plugin.
can we use style attribute like normal?
instead of