css-modules / webpack-demo

Working demo of CSS Modules, using Webpack's css-loader in module mode
https://css-modules.github.io/webpack-demo/
1.49k stars 180 forks source link

Remove autoprefixer-core dependency in favor of autoprefixer #14

Closed joshblack closed 6 years ago

joshblack commented 9 years ago

When using autoprefixer with postcss, the autoprefixer package is preferred versus the autoprefixer-core package which is now deprecated. This change is just a simple change to the dependencies of the project and updating the corresponding postcss configuration.