Skip to content

matype/fly-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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