Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.66k stars 779 forks source link

String `style` properties #354

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

It doesn't seem like strings can work.

h('div', { style: 'background: transparent' })
Zolmeister commented 8 years ago

https://github.com/Matt-Esch/virtual-dom/issues/204