kdzwinel / CSS-Diff

Chrome extension that allows to easily compare CSS of two HTML elements.
GNU General Public License v3.0
200 stars 20 forks source link

Show selector+actual rule differences #12

Open WileESpaghetti opened 10 years ago

WileESpaghetti commented 10 years ago

Is it possible to show the actual CSS selectors from my stylesheet that are being applied to each compared item?

Right now CSS-Diff just shows differences from the built in "Computed" tab. I'm thinking of something more like showing the diffs from "style" panel.

kdzwinel commented 9 years ago

Related to #11. Same thing, it's possible using getMatchedCSSRules, but it will be a lot of work.