From 111fb91c17a9ab876a6a30619f009ceea80bcb91 Mon Sep 17 00:00:00 2001 From: StoyanDimitrov Date: Thu, 20 Sep 2018 10:37:58 +0000 Subject: [PATCH 1/2] Update package.json Remove untrue statement. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From bfcc720d6e07d36525f2966669bb33acd208b487 Mon Sep 17 00:00:00 2001 From: StoyanDimitrov Date: Thu, 20 Sep 2018 10:39:37 +0000 Subject: [PATCH 2/2] Update settings.md Bring autoprefix docs in sync with package.json contents. --- docs/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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%",