I have around 50 scss files in folder /scss. When im editing them i need compile it to one style.css with is in root. What exactly i have to add to settings?
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": "style.css",
"savePath": "/"
}
],
This not works
I need this: