Skip to content

Project Fundamentals

Prudhvi Rampey edited this page Apr 8, 2017 · 16 revisions

CSS Modules

This project uses CSS modules for component styling.
For a primer on CSS modules and why it is needed, check here.

An isomorphic style loader is used for loading the styles into the React DOM when they are imported into a component.

Clone this wiki locally