0
I am learning SASS and would like to know how to update a file . css by Sass, when the file .scss and the .css are in different folders. For example:
The style.scss is in the folder scss and the css style. is in the folder css.
I understood that the command style.scss:style.css
generates the file in the same folder, what would be the command for it to generate in different folders?
Grateful!
It worked here Flávio, I was not finding this information, it was clear now. Gratefully!
– André Sarti