Skip to content

Instantly share code, notes, and snippets.

@nezvinskyi
Created October 27, 2020 23:02
Show Gist options
  • Save nezvinskyi/0417442bb330cd70bc09048a5ed914a9 to your computer and use it in GitHub Desktop.
Save nezvinskyi/0417442bb330cd70bc09048a5ed914a9 to your computer and use it in GitHub Desktop.
settings.json (LiveSass)
{
"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"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment