oh yeah, okay. is s(classname) now deprecated?
# tornadofx
a
oh yeah, okay. is s(classname) now deprecated?
r
The
s
helper us useful when you want to add the same rules to multiple selections
Copy code
s(label, button) {
    fontSize = 24.px
}
👍 2