Unused css - how do you clean it up?

后端 未结 2 1872
独厮守ぢ
独厮守ぢ 2021-01-31 04:53

Probably any experienced web developer would be familiar with this problem: over time your css files can grow pretty huge and ugly because of all the no longer used selectors, w

2条回答
  •  灰色年华
    2021-01-31 05:13

    Dust Me Selecters and/or CSS Usage Firefox extensions can help you weed out unused CSS.

    In Chrome's Developer Tools you can use the Web Page Performance tool to find unused CSS rules.

提交回复
热议问题