A set of examples demonstrating how to bundle your CSS using Webpack, from a basic setup, all the way up to an isomorphic css-modules solution, containing development and production builds.
- Basic Setup : A basic setup where the CSS is just minified and outputted to a build folder.
- CSS-Modules : A css-modules setup with React, this only works via client-side rendering, server side rendering will coz a flash of un-styled content
- Isomorphic CSS-Modules : A more advanced setup allowing you to use do isomorphic rendering of React.