<@U2CKX5M3M> Due to the design of Kotlin, you can'...
# tornadofx
r
@slicky Due to the design of Kotlin, you can't do that with the standard method, so we have a work around. If you use
Copy code
unsafe("-fx-background-color", raw("black, -fx-base"))
it will render as
Copy code
-fx-background-color: black, -fx-base;