0

Possible Duplicate:
Tool for checking unused CSS selectors?

I am working on a big project that was work on many people before me and now the CSS file is very big more than 4000 line there is many unused css rules i was trying firebug plugin CSS usage but i have to check page by page and compare what use here and not used there while its only one big CSS file is there any web site that can help me find unused CSS rules much better

Community
  • 1
  • 1
Aly_Elgahy
  • 199
  • 1
  • 3
  • 16

1 Answers1

3
  1. In the chrome console you have the "Audits" tab. There you click in "Run" and shows you a result with unused rules.
  2. http://code.google.com/intl/es/speed/page-speed/download.html this is a plugin for firefox and chrome

EDIT: Here you have two tools to minimize css

  1. http://tools.w3clubs.com/cssmin/
  2. http://www.cleancss.com/
MCSI
  • 2,818
  • 26
  • 35