Analyze HTML content and automatically remove unused CSS rules to reduce file size and speed up rendering
The tool only analyzes class names present in the HTML you paste. Classes dynamically added by JavaScript won't appear in static HTML and may be removed. Use the Whitelist feature to protect these dynamic class names from deletion.
This tool processes standard CSS only. If you use SCSS or LESS, compile them to standard CSS first before using this tool. The compiled CSS files can be analyzed and cleaned normally.
All processing runs in your browser, so performance depends on your device and file size. Files up to a few hundred KB are processed quickly. We recommend keeping individual CSS files under 1MB. For larger files, try processing in segments.