Skip to content

steadystatic/webpack-css-example

 
 

Repository files navigation

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

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

  • yarn install (or npm install)
  • yarn run build (or 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.

About

Example repo showing a webpack CSS build

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 8.5%
  • CSS 7.4%