|
|
|
|
|
by kaycebasques
2594 days ago
|
|
I like FF's diff format. For anyone who hasn't seen it, they give you the old code, followed by the new code: /* I think they also include URL info up here */
h1 {
/* background-color: blue; */
background-color: grey;
}
We (Chrome DevTools) have a Changes tab but no nice diff export like FF. https://developers.google.com/web/updates/2018/01/devtools#c... |
|