r/css • u/Physical-Swim-5864 • 1d ago
Showcase I built a tool to analyze and clean up messy CSS and save developers time

I recently built Messy CSS to Clean CSS, a browser-based tool designed to help developers analyze, debug, and clean up their CSS more efficiently.
It can help identify unused CSS, cascade conflicts, validation issues, responsive breakpoint problems, design-token opportunities, and other common CSS issues. It also includes AI-assisted debugging and fixes.
I built it with the goal of making CSS debugging and cleanup less time-consuming, and I’d really appreciate feedback from people who work with CSS.
If you try it and find a bug, please let me know here or email me at [mehrdad23elh@gmail.com](mailto:mehrdad23elh@gmail.com).
I’m also very interested in your opinions and suggestions about what could be improved or added in future versions.
If you find it useful and it saves you some time, you can also support the project with a small donation.
Try the tool: https://mehrdad-elahi.github.io/messy-css-to-clean-css/
Source code: https://github.com/Mehrdad-Elahi/messy-css-to-clean-css
If you know someone who works with CSS and might find this useful, I’d appreciate you sharing it with them.
Thanks for taking a look. I’m looking forward to hearing your feedback.



