I have two CSS files that I'm comparing together, let's say I want to save only the lines that exist in File2 and not in File1.
How to achieve that?
I tried Tools->Generate Patch but it doesn't work, it results weirdly prefixed file that contains the content of both files!