Ruckus
01/27/2017, 10:12 PMclass MainStyle : Stylesheet() {
companion object {
val base by cssproperty<Color>("-fx-base")
}
init {
root {
base.value = Color.BLACK
}
}
}
will get you most of the way there.