webpack-css-example
webpack-css-example copied to clipboard
Example repo showing a webpack CSS build
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(ornpm install)yarn run build(ornpm 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.