I'm trying to set up a workflow where I'd like to work with the Chrome DevTools
Inspector to save my CSS
changes directly to my .vue
file.
The DevTools Workspaces
can do the job, but it requires a save and the automatic reload. Or I have to copy the changes from the Inspector
to the Sources Panel
. I'd like to bypass that.
My guess is to extract the CSS file
via Webpack
. But I'm not sure about it, if this is will translate back to the .vue
file.