Skip to content

Instantly share code, notes, and snippets.

@robertannett
Created January 4, 2022 17:59
Show Gist options
  • Save robertannett/505de14592302557374a1b764231b06a to your computer and use it in GitHub Desktop.
Save robertannett/505de14592302557374a1b764231b06a to your computer and use it in GitHub Desktop.
VS Code Live Sass Compiler config
// How to update Settings: https://stackoverflow.com/questions/65908987/vs-code-how-to-open-settings-json-file
{
"workbench.colorTheme": "Default Dark+",
"editor.accessibilitySupport": "off",
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": null
},
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": null
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment