0.1.2 • Published 8 years ago

postcss-brunch-again v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

postcss-brunch-again

NPM version JavaScript Style Guide

Adds PostCSS support to brunch again.

Install

npm install --save-dev postcss-brunch-again

Add plugins

npm install --save-dev postcss-import postcss-cssnext

Configure

brunch-config.js:

plugins: {
  postcss: {
    processors: [
      require('postcss-import')({ path: 'dir/with/css' }),
      require('postcss-cssnext')()
    ]
  }
}

Thanks

To the original implementation.

Development

npm install
npm run test

License

MIT