UNPKG

251 BMarkdownView Raw
1# [Less.js](http://lesscss.org)
2
3> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
4
5This is the JavaScript, official, stable version of Less.
6
7
8## Getting Started
9
10Add Less.js to your project:
11```sh
12npm install less
13```