fly-less

Fly plugin for Less

Usage no npm install needed!

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

README

less plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-less

Example

module.exports.default = function* () {
  yield this
    .source("src/**/*.less")
    .less()
    .target("dist/")
}

License

MIT © Daijiro Wachi et al