3.0.0 • Published 8 years ago

webpack-css-example v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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.

:sparkles: Read the blog post! :sparkles:

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.