/css-360-no-scope-webpack-demo

A demo of CSS Modules using a bare minimum webpack setup.

Primary LanguageJavaScriptMIT LicenseMIT

CSS 360° no scope

A demo of CSS Modules using a bare minimum webpack setup.

Demoed as part of the CSS 360° no scope talk presented by Matt Fairbrass mattfairbrass.com at the SydCSS December 2015 meetup.

Running the project

$: cd css-360-no-scope-webpack-demo
$: npm install
$: npm start

Building the project for production

$: cd css-360-no-scope-webpack-demo
$: npm run dist

Tutorial branches

The master branch represents the finished project. If you want to understand the sequential steps taken to create the webpack config and get the project up and running check out the tutorial/* branches in numerical order.