After years of working on a website, it has grown significantly in size. The CSS files have become quite messy and unclear.
I need to figure out how to identify which parts of my extensive CSS file are not being utilized on my homepage so that I can safely remove them.
Recently, I stumbled upon this helpful resource: Removing unused CSS from website code
The challenge is that my website has multiple pages, and I want to pinpoint the specific CSS code that is not being used across all of them.