Shan
11/26/2018, 8:59 PMmenu, menuButton, otherThing { some styles }
where I would apply a specific set of styles to multiple css classes just by adding them to the list before the style declaration. As far as I can tell, the only way to achieve something like this in Kotlin would be to make a function that would loop through every css element argument and apply the styles to each one. Is there a reason TornadoFX's type safe css doesn't allow this sort of functionality (Kotlin coding conventions I would assume, but maybe there is a different reason? For safety, or something), or are there plans to add something like this in the future? I would be interested in hearing any sort of arguments against this sort of thing, as well! God knows there are thousands of code safety hazards in web development.alex
11/26/2018, 9:10 PM