Less.js v<%= pkg.version %>¶ ↑
The dynamic stylesheet language. lesscss.org.
This is the JavaScript, and now official, stable version of LESS.
Getting Started¶ ↑
Options for adding Less.js to your project:
-
Install with NPM:
npm install less
-
Clone the repo:
git clone git://github.com/less/less.js.git
More information¶ ↑
For general information on the language, configuration options or usage visit lesscss.org.
Here are other resources for using Less.js:
-
stackoverflow.com is a great place to get answers about Less.
-
Less.js Issues for reporting bugs
Contributing¶ ↑
Please read CONTRIBUTING.md. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Reporting Issues¶ ↑
Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher. After that if you find a bug or would like to make feature request, please open a new issue.
Please report documentation issues in the documentation project.
Development¶ ↑
Read Developing Less.
Release History¶ ↑
See the changelog
License¶ ↑
Copyright © 2009-<%= grunt.template.today(“yyyy”) %> Alexis Sellier & The Core Less Team Licensed under the Apache License.