Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Edit & Auto Reload CSS Chrome

I am editing my webpage for testing locally on the Google Chrome DevTools and I would like the new CSS rules to be saved and reloaded any time I'm in this webpage even after reload or moving to another webpage at the same domain.

Actually I want to include a css file located on my local drive every time I'm inside a specific domain.

like image 914
noamcohen97 Avatar asked Oct 21 '22 23:10

noamcohen97


1 Answers

I think you can achieve your goal using a DevTools Workspace. Have a look at the getting started document.

like image 159
Ethan Selzer Avatar answered Oct 24 '22 02:10

Ethan Selzer