Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 863 Bytes

File metadata and controls

10 lines (6 loc) · 863 Bytes

Webpack CSS Examples

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.

Examples
  • 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.