Reputation: 89
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
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