Barista-Beautifier.sugar
Barista-Beautifier.sugar copied to clipboard
Support for // comments in LESS
If I beautify a LESS file with comments starting with //, the following line gets commented out too, so:
//This is my comment
.selector
becomes
//This is my comment .selector
which of course breaks the whole stylesheet. Can this be fixed?