fly-less
v0.3.0
Published
Fly plugin for Less
Downloads
3
Readme
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