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 defaultpostcss: Array of postcss plugins to use. Example:["postcss-import", "autoprefixer"]
Note: postcss-import is automatically optimized with Webpack