sigh-postcss

0.1.2 • Public • Published

sigh-postcss

Circle CI

Sigh plugin for postcss. Use in your Sigh.js pipelines and send in whatever postcss-plugins you like.

Does NOT run in the Sigh process pool because of plugin injection functionality.

Example

npm install --save-dev sigh-postcss then add something like this to your sigh.js:

    pipeline.js = [
        glob({ basePath: 'src' }, '**/*.css'),
        postcss( [require('postcss-simple-vars')] ), // add plugins as array
        write('build/assets')
    ]

Package Sidebar

Install

npm i sigh-postcss

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • patrik