Note:

This site is no longer used and is in read-only mode. Instead please go to our new 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