How to check if two CSS files for same classes existence, automatically.
A:
There is no automatic way to do that as far as I know, but I would suggest that you use some kind of comparing tool, like BeyondCompare. It gives you a great insight of differences between two files.
Marcos Placona
2010-03-08 11:27:13
ya i just thought there should be some other way, Thanks for the clarifications.
2010-03-09 06:07:39
+2
A:
You can use a css/html/js debugger as Firebug for Firefox.
When inspecting a specific element of a html page, the debugger shows all style properties applied to the element, why they're applied (class, id, tag, inherited) and from which css file the properties are coming.
Thibault Falise
2010-03-08 11:30:17