Anyone have a good workflow for working with SASS or SCSS with power pages?
I see that none of the scss compiler extensions for VS Code work for "VS Code for Web". This leaves using VS Code locally + the cli for transferring files.... but that's insanely slow to upload changes through. Maybe if there were some way to work hybrid live/remote... ie: inject compiled CSS into the browser locally on top of the live site while working and eventually push the update to the server when it's ready... but how would you actually accomplish this? (Basically like other solution would do when you can can the server locally, except you can't here so it just injects a hook to run stuff from local).
I wish Microsoft built the power pages extension to handle stuff like this.
Yes.... browsers can do this to some degree, but the path structure of the web doesn't match the folder structure of the cli download copy of PP which means you have to do a lot manual dragging things around.
Thoughts?