fly-stylus
v0.5.0
Published
Stylus plugin for Fly.
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-stylusExample
exports.stylus = function* () {
yield this
.source('src/*.styl')
.stylus()
.target('dist')
}License
MIT © morishitter et al
