Skip to content

masaakim/fly-csso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSO plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-csso

Example

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

License

MIT © Masaaki Morishita et al