Automatically save CSS changes made to existing styles in Chrome dev tools?

Posted by styke on Stack Overflow See other posts from Stack Overflow or by styke
Published on 2014-05-28T14:52:11Z Indexed on 2014/05/28 15:26 UTC
Read the original article Hit count: 128

Filed under:
|
|

I've already mapped the necessary files to the local resource - however, while that does allow me to save any changes made to a file in the Sources panel, I was wondering if it's possible to automatically save changes to CSS made in the Elements panel. Otherwise at the moment, any changes made to the style in the Elements panel seem to exist only there.

I remember at some point there used to be a little indicator of the file and line number next to a class/id etc. in the Styles tab of the Elements panel - surely it can't be that hard to simply 'update' any changes to that style rule considering Chrome knows exactly where it's coming from (in the case that it's a stylesheet and not an inline style?). It would be a great relief to my workflow.

The answers to this similar question are obsolete.

© Stack Overflow or respective owner

Related posts about html

Related posts about css