No, saving the .SCSS file .SCSS not automatically compile the final stylesheet file. You need to set the clock. There are several ways to do this (and a number of programs that will do this for you).
The easiest way forward is through the command line. Assuming you have SASS gem installed (and you are in a ruby โโenvironment), follow these steps on the command line:
Note. The above assumes that both your .scss and .css files are called styles, adjust them accordingly if they are not. Also, if your .css and .scss files are in different directories, you will have to adjust the paths accordingly.
Remember sass --watch , then yourScssFile.scss : yourCssFile.css
Alternatively, you can use an application like LiveReload to view files for you. it depends a little on the configuration, but it might be a little easier for you if you are just starting to work in the wornderful world of SCSS / SASS
source share