Note:

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

LESS

From MoodleDocs
Revision as of 02:40, 12 April 2013 by Jason Fowler (talk | contribs)

About Recess

Recess is a tool used to compile and compress LESS into CSS under *nix based systems.

Installing Recess under Ubuntu

The following commands should be run to install Recess

sudo apt-get install npm node
npm install recess -g