Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Include new "generateMap" setting feature
Browse files Browse the repository at this point in the history
Added the "generateMap" setting to the list of configurations. Possible options include true or false, with true being the default (so as to not disrupt anybody's current usage of this extension).
  • Loading branch information
mhco authored Aug 24, 2017
1 parent 20164db commit 355288e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@
],
"default": null,
"description": "This setting is useful when you deals with only few of sass files. Only mentioned Sass files will be included. \nNOTE: No need to include partial sass files."
},
"liveSassCompile.settings.generateMap": {
"type": [
"boolean"
],
"default": true,
"description": "Choose whether this script automatically comiles map files for the CSS generated from the compiler."
}
}
}
Expand Down

0 comments on commit 355288e

Please sign in to comment.