GitXplorerGitXplorer
O

webpack-css-examples

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
7eae28efa07129423f4164d06a1247ea5d29d9f4

Updated spelling mistakes

OOllieJennings committed 9 years ago
Unverified
1d5a7b8290e6d6c2b3cf851825cf2e3b70cdb12e

updated the readme of the isomorphic example to explain exactly how we achieve this

OOllieJennings committed 9 years ago
Unverified
502c8eea62f950bea5328f39d1b5009e583dd9b1

Merge pull request #3 from OllieJennings/rename-cleanup

OOllieJennings committed 9 years ago
Unverified
3613a5242df8571e11ec1d50d831ae084a6b7653

updated the package.json files of the repos

OOllieJennings committed 9 years ago
Unverified
ff96ea46a407b3bc158eb07aae1005cc8f41330d

updated all of the readme's, so this is ready for public consumption

OOllieJennings committed 9 years ago
Unverified
b554462c35db54eec3537a8336e21699b4b612f5

updated the main readme, linking to all of the examples@

OOllieJennings committed 9 years ago

README

The README file for this repository.

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.