is there a way to apply changes in browser inspector to CSS files synchronously?

259 views Asked by At

I was wondering if there is a way to synchronously apply changes made in the inspector to CSS elements to the actual CSS files in visual studio. It would save a lot of time it this would be available.

1

There are 1 answers

1
Dale On

Yes, you can use the browser link feature in web essentials.

When making edits in the various browser's developer tools, you can click Save F12 changes to automatically transfer the changes back to their source files in Visual Studio. This works with CSS changes only.

http://vswebessentials.com/features/browserlink