CSS Redundancy Checker

If you often work with CSS you probably know that there is always a chance that your CSS document might have unused (redundant) selectors in your stylesheet. It’s a daunting task trying to find these selectors manually. This is where CSS Redundancy Checker can help. It is an online app that can scan your stylesheet and find CSS selectors that aren’t used by any of your HTML files.

Works easy, simply enter your stylesheet URL and associated HTML pages, and click on the “Check” button. The application will scan that stylesheet and show you redundant CSS selectors that are not present on listed HTML pages. Since these selectors are not used anywhere, you can remove them without causing any problems.

css redundancy checker

Keep in mind that the app does not understand javascript and may therefore tell you that certain selectors are redundant simply because they don’t appear in your javascript manipulated HTML.

Features:

Check out CSS Redundancy Checker @ www.services.immike.net/css-checker

Enjoyed the article? Subscribe to MakeUseOf to get daily updates on new cool websites and programs in your email for free. You'll also get free printable cheat sheets to your favorite programs

Your Email:

Add MakeUseOf to:



1 Comment Add Comment
2009-06-24 00:10:40
Reply

You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.