LeoYuan / webpack-css-example

Example repo showing a webpack CSS build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-css-example

Example repo showing how to automatically generate a CSS bundle from explicitly required Sass source with Webpack.

Read the blog post!

Running

  • npm install
  • npm run build
  • Take a look at the generated CSS in build/

About

Example repo showing a webpack CSS build

License:MIT License


Languages

Language:JavaScript 82.2%Language:HTML 9.5%Language:CSS 8.3%