Skip to content

Instantly share code, notes, and snippets.

@russo97
Created January 15, 2024 12:21
Show Gist options
  • Save russo97/129defec81660ab0e85dc8d3fc7edf36 to your computer and use it in GitHub Desktop.
Save russo97/129defec81660ab0e85dc8d3fc7edf36 to your computer and use it in GitHub Desktop.
settings for VSCode Live Sass Compiler
{
"liveSassCompile.settings.forceBaseDirectory": "",
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "~/../css/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment