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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i postcss-brunch-again

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • mikker