CSS Diff

4 changes with 2 additions and 2 deletions.
22first {
32 color: red;
33 color: blue;
44}
55
65#second {
66.second {
77 color: green;
88}

About this CSS diff

  • Both CSS inputs are formatted before comparing them. This is necessary because only then you can be sure that there is only a single selector or declaration on a line. This makes comparing lines a lot easier.
  • Only full lines are diff’ed.
  • Diffing happens 100% in your browser, no data is sent to our servers.
  • Because diffing happens 100% in your browser it might stall if you give it loads of data.