I just found LESS as well, and was looking for a sugar for it. However, it’s safe to say I have no idea where to start. I spent the requisite few hours squinting very hard at the examples and existing CSS sugar, but it didn’t help.
I’m currently using the override to treat .less files as CSS, but it brings a few aesthetic issues. The major one occurs with variables in the source list—Espresso thinks everything between a } and { that’s not a comment is part of the next selector. I’m hiding that mess away in a folder with ”.clear {}” at the bottom to keep it from flowing into the first actual selector, but I’d like to have them be usable. What would I need to edit to get Espresso to recognize a semicolon as an indicator of the end of an item?
The other issue is more minor and has to do with nested items. They simply show up in the same color as the attributes, rather than the selectors. I don’t know where to change this either.
Thanks for the help.