How to unset a CSS property? I have `backgroundIma...
# tornadofx
m
How to unset a CSS property? I have
backgroundImage += URI.create("...")
, now I want to add a class that will remove the background image if present, but how? I can set a different one, but how to set it to none?