postcss-brunch-again

0.1.2 • Public • Published

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

/postcss-brunch-again/

    Package Sidebar

    Install

    npm i postcss-brunch-again

    Weekly Downloads

    2

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • mikker