Skip to main content

Module css_modules

Module css_modules 

Source
Expand description

CSS Modules: scoped class name hashing and rewriting.

Transforms .className.className_hash in both CSS and HTML to provide scoped styles without leaking to other components.

Structs§

CssModules
A CSS Modules processor for a single stylesheet/component pair.