<@U10EJRH2L> The CSS renderer will output a KClass...
# tornadofx
e
@Ruckus The CSS renderer will output a KClass as
value.simpleName
, which fails when you assign a value to the
skin
css property. For it to be resolved, the KClass must rendered as a fully qualified class name. Is KClass used for anything else than skin? I'm changing it now to verify.