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 ?
I just learnt that it is possible. Here are the instructions (or view this page for up-to-date instructions):
⠇
icon at the top right corner of dev tools)C:\www\project\
)Next step:
http://localhost/project/
)css/styles.css
)http://localhost/project/css/styles.css
)Now you can:
There is a feature in chrome which adresses this issue.
Here: http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/
you can read something about, how the network correspondes with your local machine and autosave the changes you make in chrome.