From f07eae24dc5a9c8b42e80a18fe9eef870809f996 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Tue, 26 Mar 2019 20:22:12 +0100 Subject: [PATCH 1/2] docs: fix comment type --- docs/Comment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Comment.md b/docs/Comment.md index 0e4ee29..557dec7 100644 --- a/docs/Comment.md +++ b/docs/Comment.md @@ -11,7 +11,7 @@ If `true`, indicates that the type of comment is "inline," or a comment that beg ### `type` Type: `String` -Value: `'func'` +Value: `'comment'` ### `value` Type: `String`
From b1f3f97663685c74dcc873c382332371112a64b6 Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger Date: Tue, 26 Mar 2019 20:36:01 +0100 Subject: [PATCH 2/2] docs: renamed to variables --- docs/Exports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Exports.md b/docs/Exports.md index df90dbf..dd8a1f4 100644 --- a/docs/Exports.md +++ b/docs/Exports.md @@ -31,7 +31,7 @@ Default: `false` Set this option to enable parsing of interpolated values for languages such as SCSS. For example: `interpolation: { prefix: '@' }` will allow parsing of the interpolated value `@{batman}` which uses `@` as the "prefix". For SCSS one might use `interpolation: { prefix: '#' }`. -##### `interpolation` +##### `variables` Type: `Object`
Default: `{ prefixes: ['--'] }`