Note:

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

LESS: Difference between revisions

From MoodleDocs
(Blanked the page)
No edit summary
Line 1: Line 1:
== 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
<pre>
sudo apt-get install npm node
npm install recess -g
</pre>
[[Category:Developer tools]]

Revision as of 02:40, 12 April 2013

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