You could make it a little nicer if you have custo...
# tornadofx
r
You could make it a little nicer if you have custom properties defined:
Copy code
// Assuming you have these defined:
val fill by cssproperty<Paint>("-fx-text-fill")
val base by cssproperty<Paint>("-fx-base")
// You can use:
fill force base