CSS Diff CSS Diff

Developer Tools
Version: 1.0
Last Update: 2016-04-20

Overview

CSS Diff is a Chrome extension developed by evan.borgstrom. According to the data from Chrome web store, current version of CSS Diff is 1.0, updated on 2016-04-20.
761 users have installed this extension. 9 users have rated this extension with an average rating of .

As you make CSS changes in the DevTools inspector window this will track your changes and provide you with a nicely formatted diff

When you're working on a project turning a design that was done by someone else into HTML + CSS it can often be frustrating as you go back-and-forth with them trying to tweak things. Often times you'll end up getting marked up screenshots asking for things to be moved, changed, etc. Both the front-end engineer and the designer end up frustrated by all of this back-and-forth.

Once designers are introduced to the Chrome DevTools inspector where they can select elements and tweak CSS values till their heart's content the process can be massively improved because they can provide specific feedback on the values they want changed.

CSS Diff is an extension that eases this feedback cycle by allowing designers to simply send the engineer a common "diff" output of their changes so that those changes can be implemented. Typically you'll end up using something like less, scss, etc to manage your styles so you can just apply the diff directly to the sources, but groking the diff and manually making the updates is much better than trying to make updates based off of marked up screen shots.

This does not work on minified CSS because it is simply keeping a copy of the CSS from when the DevTools were opened and then showing live diff's against that. This typically isn't a problem as giving designers access to an development environment where the source code isn't minified should be trivial.

Rating

9 ratings

Total Installs

761

Information

Last Update

2016-04-20

Current Version

1.0

Size

20.12KiB

Author

evan.borgstrom

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Tim Spilka
2022-02-02

Works kinda but also selects classes i didn't change.

avatar Nate Byrnes
2021-08-20

August 2021 - "CSS Diff" Does NOT work at all. No additional tab shows in dev tools, regardless of edits or adds. My Chrome Version 91.0.4472.164 (Official Build) (64-bit)

avatar Walter Araclio
2021-01-07

Doesn't work for me!

avatar Wladislaw Nomatters
2018-05-24

It is working only when I add new rule in styles column. If I try to change something in exist rule , on 'CSS diff' tab no changes.

avatar Serge Dudnic
2022-05-13

The author didn't explain how to use it. It wrote a lot of things, but o idea how concretly to select the first and the second element to compare them