less.ruby
less.ruby copied to clipboard
comments and indentation when compiled
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?