npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fly-cssnext

1.0.0

@drkraken

npmHomeRepoSnykSocket
Downloads:0
$ npm install fly-cssnext
DailyWeeklyMonthlyYearly

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