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

后端 未结 6 1803
滥情空心
滥情空心 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条回答
  •  梦毁少年i
    2021-01-12 14:31

    If you want to see what CSS styles are being applied to an element that is being rendered on your browser you should look into using Firefox and Firebug to view the DOM and CSS information.

    http://getfirebug.com/

    If you are using IE8 you could use the IE8 Developer tools to do the same thing.

提交回复
热议问题