less plugin for Fly. 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