/webpack-css-example

Example repo showing a webpack CSS build

Primary LanguageJavaScriptMIT LicenseMIT

js-standard-style npm dependencies status npm devDependencies status Build Status

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/

Contributing

Please adhere to the existing code style. JavaScript that doesn't comply with standard will cause the build to fail.

All issues, pull requests & code contributions must comply with the Contributor Code of Conduct

License

Webpack CSS Example is released under the MIT License.