Within my project, I have a Sass file where I set the sourcemappath using node-sass for compiling. By mapping my .css file on my system, any changes made through the source panel are automatically saved to the disk and compiled back by node-sass. However, I am unable to see an auto-reload of my generated css, leading me to believe it is enabled by default.
I am looking to preserve the modifications I make in the element panel. When I select the CSS file from the element panel (which is a SCSS file working through sourcemap), it does not display my changes.
Is there a way to retain my alterations made in the element panel? Despite making changes that do not appear in the source panel, they are still visible upon refreshing but do not reflect in the actual file itself.