webpack:postcss

v1.0.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

webpack:sass by The Reactive Stack

Meteor package to integrate PostCSS (.css) import with Webpack

Warning

The .css files in your Meteor project are automatically added to the page stylesheet. Make sure your file is named .import.css unless it is outside your project directory.

Settings (webpack.json)

  • css.module: Enable local CSS by default
  • postcss: Array of postcss plugins to use. Example: ["postcss-import", "autoprefixer"]

Note: postcss-import is automatically optimized with Webpack