Similarily, if you want to create a module that wh...
# tornadofx
e
Similarily, if you want to create a module that when loaded will apply a stylesheet to the running application (that might live in a different module), you would do:
context.registerStylesheet(Styles::class)
.