1.2.0 • Published 9 years ago

fly-postcss v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Fly plugin for PostCSS.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-postcss

Example

export default function* () {
  yield this
    .source('src/*.css')
    .postcss({
      plugins: [
        require('precss'),
        require('autoprefixer')
      ],
      options: {
        parser: require('postcss-scss'),
        from: 'a.css',
        to: 'a.out.css'
      }
    })
    .target('dist')
}

License

MIT © morishitter et al

1.2.0

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago