TornadoFX offers type-safe css, which comes with t...
# tornadofx
a
TornadoFX offers type-safe css, which comes with the perks of type-safe objects. There is also an option to include an import for your own stylesheet. The meat of my app will be generating/editing js/xml/css files, so I was thinking about how I will be using css. I know my developing co-workers would prefer to use a traditional .css file since that is what they're already familiar with, but I believe type-safe css would be great for generating conditional css for objects. Looking through the TornadoFX source code, I don't think there's a way to transfer type-safe code to a css file. I think it'd be kind of neat for me to create an implementation to be able to generate a css file with an existing stylesheet