Is there a way to get a list of the custom CSS changes you applied within the Chrome dev tools?
When you're playing with CSS in the Chrome dev tools to get your web page look right, it would come in handy to easily track the changes you made.
I know about workspaces, but the use case is an Angular 5 app where your CSS is bundled and possibly minified.
To clarify:
- I have a page that is looking pretty far from what it should look like
- I do 20 CSS fixes in dev tools until it looks good
- now I want to get a (CSS) delta from the original page so I have a list of changes I should now implement in the real CSS styles.