Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

sindresorhus/broccoli-less

Repository files navigation

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.