Open WileESpaghetti opened 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.
Related to #11. Same thing, it's possible using getMatchedCSSRules, but it will be a lot of work.
getMatchedCSSRules
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.