/fly-stylus

Fly plugin for Stylus

Primary LanguageJavaScriptOtherNOASSERTION

Stylus plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-stylus

Example

exports.stylus = function* () {
  yield this
    .source('src/*.styl')
    .stylus()
    .target('dist')
}

License

MIT © morishitter et al