When developing large-scale sites or retaking projects of other people where there are hundreds or thousands of CSS style lines, it can become complicated to review and pass the code clean to remove unnecessary images and styles from classes
and ids
that does not even exist.
So my question is - is there any way or tool (other than console errors) for finding CSS code and unused images?
There must be some way to go through all the files on a website and see which styles and images are not loaded.