Created
January 4, 2022 17:59
-
-
Save robertannett/505de14592302557374a1b764231b06a to your computer and use it in GitHub Desktop.
VS Code Live Sass Compiler config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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