- vscode with live sass compile plugin
- setup sass plugin
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "/css"
}
],
"liveSassCompile.settings.generateMap": false
- compile and watch file in scss/index.scss (click watch in status bar)
- get it with
npx degit me7/svbs PRJ_NAME
- then
cd PRJ_NAME
npm i
- and
npm run dev