I am currently modifying a website template which I have found for free on the web.
When i remove, for instance, a div
from the code, the CSS for it remains behind, in one or more files.
Is there a tool which automatically removes unused CSS from my code? So i don't manually search for every id
and class
that i don't use anymore and remove the code.