Update source file when CSS is changed through Chrome developer tools
问题 I'm using xampp as my local server for php projects. I'm searching for a tool to update css changes automatically which i done through chrome inspect element. What i'm doing now is, Open my project in chrome (localhost/project) Right click and Inspect element change css (lets say change color of h1 tag) copy those and past it into my style.css What i want to do is Open my project in chrome (localhost/project) Right click and Inspect element change css (lets say change color of h1 tag) auto