watilde / fly-less

Fly plugin for Less

Home Page:https://www.npmjs.com/package/fly-less

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fly plugin for Less

https://www.npmjs.com/package/fly-less

License:MIT License


Languages

Language:JavaScript 59.7%Language:CSS 40.3%