it shows differences and you can swap rows between left & right
Thanks, its two different css files that almost 80% contain the same css rules, for example, one file might have a 98% css rule that matches the other file css rule.
So I need to find identical css rules (these could be anywhere on the file), for those css rules that are 98% same, indicate and merge the rest to a single file.
Been using the comparison tools but I need code to parse the files myself and manipulate.
Ta!