Home

Awesome

DEPRECATED. Use fly-postcss instead.


<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>

cssnext plugin for Fly.

npm package

Usage

Check out the cssnext documentation to see the available options.

Install

npm install -D fly-cssnext

Example

export default function* () {
  yield this
    .source("*.css")
    .cssnext()
    .target("dist")
}

License

MIT © The Fly Team et al