Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provided an html file and css files, is there any IDE that can find and remove unused css classes?

Tags:

html

css

ide

Is there any way to automatically delete those unused css classes? Also, can I manage css files more systematically? For example, can I change the class name in a css file and the corresponding class name in the html file will also be changed.

like image 214
user782104 Avatar asked Jan 21 '26 12:01

user782104


1 Answers

I have been using this website to check unused css selectors, you can give it a try http://unused-css.com

like image 114
tam Avatar answered Jan 24 '26 03:01

tam