amirdaraee
amirdaraee

Reputation: 89

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

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.

Upvotes: -1

Views: 310

Answers (1)

Dale
Dale

Reputation: 1941

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

Upvotes: 0

Related Questions