Forum Moderators: not2easy
Does anybody know of any tools that allow you to compare different style elements to check if they are the same?
E.g. If I was using a number of stylesheets and I had classes that were exactly the same but inherited from different IDs?
E.g
#div1 .text{
color:red;
}
#div2 .text2{
color:red;
}
I'd want to match these as the same (even if the ids and class are different).
Many Thanks