$ npm install fly-less
less plugin for Fly.
Check out the documentation to see the available options.
npm install -D fly-less
module.exports.default = function* () { yield this .source("src/**/*.less") .less() .target("dist/") }
MIT © Daijiro Wachi et al