Chrome Devtools doesn't save changes I make in CSS Sources Panel

Viewed 2319

My files are stored locally; I changed the color of the .paragraph class from #FFF to #97a4b4; I press CTRL+S and the asterisk(*) next to my CSS file disappears;

If I press F5 on the page and reload it, the changes aren't saved and the color returns to #fff;

Is this a bug?

attached screenshot ->

Converesly, if I edit the width of an element in the elements panel, in Chrome devtools, I want to save this on the original *.php file;

How can I proceed to achieve this effect?

See attached screenshot ->

1 Answers
Related