1.0.0-alpha.4 • Published 7 years ago

webpack-config-postcss v1.0.0-alpha.4

Weekly downloads
24
License
CC0-1.0
Repository
github
Last release
7 years ago

webpack-config-postcss

Use all the magic of postcss for stylesheets with webpack.

build status coverage license version downloads

Usage

Install:

npm install --save webpack-config-postcss

Add to your webpack.config.babel.js:

import postcss from `webpack-config-postcss`;

postcss()({
  /* existing webpack configuration */
})