Skip to content

OllieJennings/webpack-css-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Webpack CSS Bundling Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages