I have 2 CSS files. The 1st one is a "default" css files (used in all websites that are started from the same templates). The 2nd one is the real one for our application. Both file are included in the main master page.
I noticed someone copied over or redefined some similar style.
For example, we have .aligndroite {text-align: right;} in both file (although, the formatting is not the same (1st one is a 1-line declaration, 2nd one is on 3 lines)).
Although, it's not that bad, I'd like to remove styles that are declared twice.
I'd like a tool to compare both file and tells me which declaration are present in both files. Does that exist?
This question points to this tool which does... exactly the opposite of what I need.