Skip to content

Scoped Styles in CSJS

Ryan Tsao edited this page Jan 4, 2016 · 1 revision

The scoping mechanism found in CSJS involves replacing class names and other identifiers in CSS with unique, generated hashes to preclude name collisions. This is the same technique employed CSS Modules and others.

Clone this wiki locally