ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
863 stars 125 forks source link

add conditions to the style #231

Closed sirenkovladd closed 1 year ago

sirenkovladd commented 1 year ago

if the variable is null or undefined then remove this style

https://github.com/solidjs/solid/issues/1299

ryansolid commented 1 year ago

Thank you