Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ibnsamy96/f88c7619f385f39801ab408d20727e22 to your computer and use it in GitHub Desktop.
Save ibnsamy96/f88c7619f385f39801ab408d20727e22 to your computer and use it in GitHub Desktop.
In the workspace create 'settings.json' file in '.vscode' folder and put this peice of code in it.
{
"liveSassCompile.settings.generateMap": true, // good for debugging
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../css",
"indentType": "tab",
"indentWidth": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment