<@U3M5MCDL7> Also in the CSS, where you use ``` p...
# tornadofx
r
@carldea Also in the CSS, where you use
Copy code
property = multi(value)
You can just use
Copy code
property += value
👍 2
c
Thank you! I love the feedback.