This shows how to produce a minimized fully embedded CSS file with webpack from a sass:
That example produces a
cd webpack/sass
npm install
npm run build
xdg-open index.html
dist/main.css
file which is a compresesd combination of:- webpack/sass/main.scss
- normalize.css, added to the project as a regular
node_modules
package
Articles by others on the same topic
There are currently no matching articles.