Skip to content

Instantly share code, notes, and snippets.

@Komock
Created March 8, 2020 06:20
Show Gist options
  • Save Komock/6908edd709738a5f4b9c043cbefef361 to your computer and use it in GitHub Desktop.
Save Komock/6908edd709738a5f4b9c043cbefef361 to your computer and use it in GitHub Desktop.
live Sass Compiler plugin config (should be in .vscode folder)
{
"liveSassCompile.settings": {
"generateMap": false,
"includeItems": [
"./scss/style.scss"
],
"formats":[
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment