broccoli-less

Compile LESS

Usage no npm install needed!

<script type="module">
  import broccoliLess from 'https://cdn.skypack.dev/broccoli-less';
</script>

README

broccoli-less Build Status

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.

License

MIT © Sindre Sorhus