LessCSS: Don't add newlines for comments

KiwiInsanity

New Member
Is there any Less preprocessor on Mac that preserves "inline" comments (without minifying)? I have a script for creating different CSS themes from the same file, and it relies on inline comments to switch out rules:\[code\].what { width: 200px; /* what-width */}\[/code\]All the Less preprocessors I've used turn this into:\[code\].what { width: 200px; /* what-width */}\[/code\]...which is less preferable. Any help is greatly appreciated!
 
Back
Top