<@U10EJRH2L>: I think I found a bug in the CSS sup...
# tornadofx
e
@Ruckus: I think I found a bug in the CSS support. CSS classes defined with camelCase are no longer converted to lowercase with
-
. Earlier,
labelContainer
would become
label-container
but now it is just
labelContainer
. Intentional or bug? 🙂