M
M
maxemga2021-02-04 20:30:00
css
maxemga, 2021-02-04 20:30:00

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
601c2e827ce4e970222000.png
601c2f150b59d642528652.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ildar-meyker, 2021-02-05
@maxemga

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 question

Ask a Question

731 491 924 answers to any question