Skip to content

Instantly share code, notes, and snippets.

@DevMasterX
Created March 19, 2024 06:38
Show Gist options
  • Save DevMasterX/1cc35baa00ac9f7692a67a20d7c79f45 to your computer and use it in GitHub Desktop.
Save DevMasterX/1cc35baa00ac9f7692a67a20d7c79f45 to your computer and use it in GitHub Desktop.
SASS - Live-Sass-Compiler_settings
{
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
},
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "/css"
}
],
"liveSassCompile.settings.excludeList": ["**/node_modules/**", ".vscode/**"],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": ["> 1%", "last 2 versions"]
}
@DevMasterX
Copy link
Author

Создать в корне проекта папку '.vscode', поместить в нее файл settings.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment