3.0.0 • Published 2 days ago

broccoli-less v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 days ago

broccoli-less

Compile LESS

Issues with the output should be reported on the LESS issue tracker.

Install

npm install --save-dev broccoli-less

Usage

var less = require('broccoli-less');
tree = less(tree, options);

API

less(tree, options?)

options

See the LESS options.