What tool can analyze my site and report on unused / unneeded CSS?

后端 未结 6 1788
滥情空心
滥情空心 2021-01-12 13:36

how can i find in a early way that this css class is being used or not in website ?

like-

style property that i write in my css is being used or not?

6条回答
  •  轮回少年
    2021-01-12 14:15

    There's also "Dust-Me", a firefox extension to find unused CSS:

    https://addons.mozilla.org/en-US/firefox/addon/5392/

    However this plugin doesn't work with FF5+

提交回复
热议问题