How to find which CSS files are used for current page

前端 未结 7 673
小鲜肉
小鲜肉 2021-01-12 02:07

I have a lot of CSS files on the page. But a lot of these files are not used by styles. Is it possible to determine which files are used by page and which not.

7条回答
  •  深忆病人
    2021-01-12 02:27

    Use Web Developer Addon with firefox. http://chrispederick.com/work/web-developer/

    After installing this addon goto firefox tool->web developer -> css-> view css.

提交回复
热议问题