Currently, I am in the process of setting up a new workflow where my goal is to streamline my work by using the Chrome DevTools Inspector to save any CSS changes directly to my .vue file.
While the DevTools Workspaces feature can achieve this, it involves saving and automatic reloads. Another option is manually copying the changes from the Inspector to the Sources Panel, but I am looking for a more efficient solution.
I am considering extracting the CSS file via Webpack, but I am unsure if this method will successfully translate back to the .vue file.