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 React component. In other words, it adds the corresponding CSS for a component by adding the 'style' tag in the React DOM for that component.
For more clarity, check this.

Clone this wiki locally