Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:LESS

From MoodleDocs

Turning off inbuilt recess rules

To disable all inbuilt rules that apply when analysing the input files:

 recess --noIDs false --noOverqualifying false --noUnderscores false --strictPropertyOrder false --zeroUnits false --noUniversalSelectors false <file.less>

--David Mudrak (talk) 18:26, 5 February 2014 (WST)

Don't use --zeroUnits false. Values of zero should have no unit in CSS. Also, --noUniversalSelectors is very good advice. Disable that at your peril.--Tim Hunt (talk) 18:35, 5 February 2014 (WST)