There was an error while loading. Please reload this page.
There are many options for compiling LESS to CSS, using the command line or GUI tools
To compile LESS to CSS using the command line, start by installing Less.js with the Node Package Manager:
npm install -g less
And then:
lessc styles.less styles.css
There are a number of 3rd-party tools available for compiling LESS to CSS, including:
More information about node.js compilers.
TODO: add a summary of GUI tools