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 update changes (change color of h1 tag) in style.css
Is there any tool or script available to achieve this ?