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
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