I've tried writing it like this: ``` myCssRule { ...
# tornadofx
s
I've tried writing it like this:
Copy code
myCssRule {
    textFill = baseColor
}
But I get
kotlin.TypeCastException: null cannot be cast to non-null type javafx.scene.paint.Color