is there a way with the typesafe css, to do the eq...
# tornadofx
s
is there a way with the typesafe css, to do the equivalent of this
Copy code
.jfx-hamburger {
	-fx-background-color: lightgrey;
}

.jfx-hamburger StackPane {
	-fx-background-color: green;
}