Find unused css

前端 未结 8 2056
醉梦人生
醉梦人生 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:18

    Google Chrome (and therefore probably Safari as well) have the developer tools installed, which come with Audits. When you audit the page, the unused CSS rules is one thing it checks.

    Here's what it looks like on this page.

    Audit

提交回复
热议问题