Find unused css

前端 未结 8 2068
醉梦人生
醉梦人生 2020-12-05 11:31

I\'m doing some development for some pages on our internal network. I want to know if there\'s an open source tool or FF plugin which can identify unused css within a projec

8条回答
  •  感动是毒
    2020-12-05 12:07

    There is a new program at sourceforge called CSS Scanner, it scans for used and unused css classes and stylesheets in html, aspx, php, javascript and jquery code. It's .net code so you'll need Windows: http://sourceforge.net/projects/cssscanner/

提交回复
热议问题