2

so I have a Github Pages website, and there's a default CSS file that comes along. I basically wiped the slate clean and I'm not using any of their HTML code, but I wanted to see if there was a utility or something that can list out uncalled CSS rules so I can get rid of them. Anyone know of such a thing?

AKor
  • 8,550
  • 27
  • 82
  • 136

1 Answers1

2

Try Firefox Extension Dust-Me or Chrome Developer Tools that called Audits.

Inspect -> Audits tab -> Run -> Remove unused CSS rules.

or Try this site.


also you can refer to this question Tool to identify unused css definitions

Community
  • 1
  • 1
Shady Alset
  • 5,548
  • 4
  • 21
  • 34