Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 423 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 423 Bytes

css-modules-example

Example of a simple use of CSS modules in a project.

Clone project

git clone github.com:lhguerra/css-modules-example.git

Install dependencies

npm install webpack -g

npm install

Compile assets

webpack

Enjoy!

Pay attention to the branches:

  • introduction: the basics to make it work
  • continuation: showing how to reuse styles
  • react: little example using React