Hi,
I always end up with messy stylesheets.
-
My main problem atm is to remove from the stylsheet declarations that don’t have any reason to exist (= the relevant html couterpart has disappeared from the html file). Is there a program that crawls your pages, and see if you have css declarations that are used nowhere?
-
How do you organize your file (@import or one file)?
-
When stylesheets get huge or disseminated into multiple files, how do you make sure that there isn’t two declarations contradicting each other (so far, I’ve used firebug to go through my html tags and check the css code)?
Respect.
-jj.