less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

comments and indentation when compiled

Open qasimalyas opened this issue 15 years ago • 0 comments

Much of my css is written in indentation format so I can visually see parent and child relationship so for example: ul { margin: 0; padding: 0; list-style: none; } li { margin-left: 40px; }

This isn't replicated in the compiled version and I guess it would be for compression purposes but ideally I think there should be an option for this. Additionally I like to have comments which I think should also compiled - again this could be an option. Mainly this is for separation of styles but particularly useful when I modularise my code with useful comments for other developers. Is this currently possible?

qasimalyas avatar Mar 21 '10 09:03 qasimalyas