yyx990803/postcss-modules — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2020-11-25
Automatically rename CSS classes to unique names so components stop clashing over shared class names.
Generate a JSON map from original class names to renamed ones for use in HTML templates.
Mark specific CSS rules as global so they skip the automatic renaming.
Build server-side rendered sites with isolated, conflict-free component styles.
| yyx990803/postcss-modules | 0xsv1/ghosttype-bof | adguardteam/ruleseditor | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | — | C | TypeScript |
| Last pushed | 2020-11-25 | — | 2026-07-01 |
| Maintenance | Dormant | — | Active |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires wiring the generated JSON class map into your template or component code.
A PostCSS plugin that automatically renames CSS class names to be unique, preventing style conflicts and generating a JSON map to look up the renamed classes in your templates.
Dormant — no commits in 2+ years (last push 2020-11-25).
License is not stated in the available content.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.