Answer the question
In order to leave comments, you need to log in
Why does Live Sass Compiler keep creating the CSS file in the same folder?
I use this extension and specified in settings.json that during the first compilation the file should be created in the specified path (screen 1), but if I create a SCSS file in another project, then when I compile the file, the CSS file is created in that previous project. The question is how to make it so that in a new project, when compiling a SCSS file, CSS appears in the same project, and not in the old one? I clearly do not understand something and do something wrong
Answer the question
In order to leave comments, you need to log in
According to the documentation you should write to use the relative path symbol:
...
”~” denotes relative to every sass file
...
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/ ../css/"
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question