DEV Community

Pure Cascade
Pure Cascade

Posted on

🌊 Week 3 β€” Pure Cascade now measures your CSS quality

This week Pure Cascade grew up from a parser into a CSS quality monitor.

πŸ”§ What’s new

Duplicate detection β€” finds repeating selectors and declarations

Conflict detection β€” highlights properties with multiple conflicting values across files

CSS Health Score (0–100) β€” a quick numeric view of how β€œclean” your CSS is

JSON Export β€” download your analysis report directly from the browser

Now the tool doesn’t just count β€” it actually evaluates the structure and consistency of your styles.

πŸ’‘ Why this matters

CSS debt usually hides in repetition and inconsistency.
Pure Cascade can now tell you where and how much that debt costs you.

It’s a small step toward making maintainable CSS measurable.

πŸš€ Next

Chrome extension MVP

Analyze live pages right from DevTools

Visualize conflicts and health score interactively

Week 3 done β€” Pure Cascade now has a brain.

buildinpublic #frontend #css #devtools #typescript #vite

Top comments (0)