Home

Awesome

<div align="center"> <a href="http://github.com/flyjs/fly"> <img width=200px src="https://cloud.githubusercontent.com/assets/8317250/8733685/0be81080-2c40-11e5-98d2-c634f076ccd7.png"> </a> </div>

CSSfmt plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-cssfmt

Example

export default function* () {
  yield this
    .source('src/*.css')
    .cssfmt()
    .target('dist')
}

License

MIT © morishitter et al