Skip to content

MoOx/fly-cssnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED. Use fly-postcss instead.


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