# [broccoli](https://github.com/joliss/broccoli)-less
> Compile [LESS](http://lesscss.org)
*Issues with the output should be reported on the LESS [issue tracker](https://github.com/less/less.js/issues).*
## Install
```
$ npm install --save-dev broccoli-less
```
## Usage
```js
var less = require('broccoli-less');
tree = less(tree, options);
```
## API
### less(tree, options?)
#### options
See the LESS [options](http://lesscss.org/#using-less-configuration).