Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 855 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 855 Bytes

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 */
})