Skip to content

Instantly share code, notes, and snippets.

@humayunahmed8
Created June 14, 2022 14:36
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 humayunahmed8/6a9071ce87ce8b87afd59bf2a777f6eb to your computer and use it in GitHub Desktop.
Save humayunahmed8/6a9071ce87ce8b87afd59bf2a777f6eb to your computer and use it in GitHub Desktop.
Sass Settings
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "assets/css",
// "savePathSegmentKeys": null,
// "savePathReplaceSegmentsWith": null
}
],
"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