Search code examples
cssoptimizationcompressionreduction

CSS Reduction Tool


I was wondering whether anyone knows of any tools available that perform the task of analyzing one or more CSS files, determining the similarity between the various rules within the files and presenting the user with options for the merging and reduction of rulesets.

I ask this because a project I am working on has reached the point where it has so much CSS that Internet Explorer (Still the bottom line I'm afraid) chokes on the CSS after page load, causing a 3-5 second lock-up in interactivity until the choke is processed.

In case you're wondering: Yes, I am sure it is the CSS causing this issue.


Solution

  • try any of these links, I much prefer css tidy and have used it successfully in the past.

    css optimiser

    cleancss

    css tidy