Home /

| RSS

Find Unused CSS On A Website

During the course of a project we often end up adding elements to style sheets which do not get used. This causes css files to bloat which impacts performance. The best thing to do is to keep track of css elements which are not being used and remove them. This can become a strenuous task [...]

[ More ] May 28th, 2009 | 1 Comment | Posted in Programming |