Working with SCSS and the css Designer in DW
Hi,
I just started using SCSS and I have no problems created CSS from it for my site.
I followed adobe suggestion: https://helpx.adobe.com/dreamweaver/using/css-preprocessors.html
I edit and save the main.scss file and I added the main.css to my html file.
I want to be able to see the change to the css in live view or rather use the scss in my site.
Also , the css designer will not let let me add/edit selectors in the Scss file, only in the Css file.
This means that all my changes will be overwritten when I save the Scss file.
What am I missing here?
The main reason for me to use scss is to use specific color as variable to use in numerouse selectors as well as a few other css definitions.

