How can I find and remove unused css selectors from a web page

Is there an online tool to find, remove, and merge unused css selectors for a given url. I need to optimize a website with a large number of style files (over 10), and I want to combine them into one file and remove all unused selectors.

+3
source share

All Articles