Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bensmithett/webpack-css-example

Example repo showing a webpack CSS build
https://github.com/bensmithett/webpack-css-example

Last synced: 7 days ago
JSON representation

Example repo showing a webpack CSS build

Awesome Lists containing this project

README

        

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)
[![npm dependencies status](https://david-dm.org/bensmithett/webpack-css-example.svg)](https://david-dm.org/bensmithett/webpack-css-example)
[![npm devDependencies status](https://david-dm.org/bensmithett/webpack-css-example/dev-status.svg)](https://david-dm.org/bensmithett/webpack-css-example#info=devDependencies)
[![Build Status](https://travis-ci.org/bensmithett/webpack-css-example.svg?branch=master)](https://travis-ci.org/bensmithett/webpack-css-example)
[![Greenkeeper badge](https://badges.greenkeeper.io/bensmithett/webpack-css-example.svg)](https://greenkeeper.io/)

# 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!**](http://bensmithett.com/smarter-css-builds-with-webpack/) :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](http://standardjs.com/) will cause the build to fail.

All issues, pull requests & code contributions must comply with the [Contributor Code of Conduct](./CODE_OF_CONDUCT.md)

## License

Webpack CSS Example is released under the [MIT License](http://ben.mit-license.org/).