css-diff
css-diff copied to clipboard
Only show diffs
trafficstars
Is there any way to filter this to only show positives? It's not really feasible to go through the entire output looking for the green or red changes, the output can be tens of thousands of lines long.
Sure, you could do it with a grep on the output or you could modify https://github.com/samccone/css-diff/blob/master/index.js#L23
It would be a pretty trivial patch. Any interest?