diff --git a/docs/settings.md b/docs/settings.md index 3b39aef..cb4f59e 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -83,9 +83,9 @@ Automatically add vendor prefixes to unsupported CSS properties (e. g. `transform` -> `-ms-transform`). * _Specify what browsers to target with an array of strings (uses [Browserslist](https://github.com/ai/browserslist))._ - * _Set `null` to turn off. (Default is `null`)_ + * _Set `null` to turn off._ - * Example: + * Default: ```json "liveSassCompile.settings.autoprefix": [ "> 1%", diff --git a/package.json b/package.json index d2190c1..471f67d 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "> 1%", "last 2 versions" ], - "description": "Automatically add vendor prefixes to unsupported CSS properties (e. g. transform -> -ms-transform). Specify what browsers to target with an array of strings (uses [Browserslist](https://github.com/ai/browserslist)). Pass `null` to turn off. \nDefault is `null`" + "description": "Automatically add vendor prefixes to unsupported CSS properties (e. g. transform -> -ms-transform). Specify what browsers to target with an array of strings (uses [Browserslist](https://github.com/ai/browserslist)). Pass `null` to turn off." }, "liveSassCompile.settings.showOutputWindow": { "type": "boolean",