cssnext plugin for Fly.

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 © drkraken et al