Does anyone know about a GOOD CSS-tool that will help me with my CSS-files?
My needs is to (for example):
-
Sort the classes
-
Find if a class is actually used anywhere on the site/database
-
Pointing out differences between different CSS levels and different behaviour in IE/FF/Mozilla etc…
-
Help with inheritance of properties
-
Finding classes that have the same properties and values defined (duplicates with different classnames).
Lately I’ve been involved in quite complex webdevelopment and the CSS-files are growing pretty much out of control.
Most CSS-tools I’ve found is just simple text-editors - that is not what I’m looking for.