I have build a website where multiple html pages are linked to a single CSS file.
Now I would like to remove all unused css from this single file.
Is there any way or tool to do it?
Here is my file structure:
index.html
about.html
contacts.html
They all have the same
style.css
How to remove unused css from the style.css without braking everything?