I'm going to teach you how to setup your environment for SASS/SCSS and teach you the basics of SASS/SCSS.
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
}
]
By ANB Tutorials