Skip to content

Instantly share code, notes, and snippets.

@andrejsharapov
Created October 20, 2019 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrejsharapov/a1f6a840c5e80c9b32f24239f37e7f89 to your computer and use it in GitHub Desktop.
Save andrejsharapov/a1f6a840c5e80c9b32f24239f37e7f89 to your computer and use it in GitHub Desktop.
Visual Studio Code: Settings live Sass Compiler

Settings live Sass Compiler

  1. CTRL + SHIFT + /
  2. Search: liveSassCompile.settings.formats
  3. Check: settings.json
  4. Add code:
"liveSassCompile.settings.formats": [
    {
        "format": "expanded",
        "extensionName": ".css",
        "savePath": "/build/css/"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment