Pre-flight checks
Review selector coverage before you ship a purge config.
Documentation
Estimate unused CSS selectors, plan safelists, and copy purge-ready tokens with coverage context.
Overview
Use the estimator to see which selectors survive a purge pass and which ones need safelisting.
Review selector coverage before you ship a purge config.
Check which classes and ids appear in your sample markup.
Protect dynamic selectors before they are stripped out.
Supported inputs
Walk through it
Workflow
Paste both inputs to see which selectors appear used or unused.
What you get
Selectors that appear in the sample content are treated as kept.
Potential removals are grouped so you can review them before changing the build.
Avoid these mistakes
Use the compiled stylesheet so the estimate matches what will ship.
Add JS-driven selectors to the safelist or include them in sample content.