webpack Sass import

ID: webpack-sass-import

webpack Sass import by Ciro Santilli 35 Updated +Created
This shows how to produce a minimized fully embedded CSS file with webpack from a sass:
cd webpack/sass
npm install
npm run build
xdg-open index.html
That example produces a dist/main.css file which is a compresesd combination of:

New to topics? Read the docs here!