From 111240c8dd7043019814bde6ef9596fc60f983d7 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Tue, 3 Mar 2020 04:51:48 +0300 Subject: [PATCH] docs: [RU/ZH] Fix example (#1648) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [RU] Translation moved to VuePress * custom-block.md example fix * fix link * options.md правка * testing.md fix links * linting.md fix link * options.md added new section * options.md add exposeFilename * guide/README.md update * README.md обновление * docs: [RU] update * pre-processors.md update * custom-blocks.md update * pre-processors.md fix example --- docs/ru/guide/pre-processors.md | 2 +- docs/zh/guide/pre-processors.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ru/guide/pre-processors.md b/docs/ru/guide/pre-processors.md index c96da2a04..327f7647b 100644 --- a/docs/ru/guide/pre-processors.md +++ b/docs/ru/guide/pre-processors.md @@ -62,7 +62,7 @@ module.exports = { { loader: 'sass-loader', options: { - indentedSyntax: true + indentedSyntax: true, // sass-loader >= 8 sassOptions: { indentedSyntax: true diff --git a/docs/zh/guide/pre-processors.md b/docs/zh/guide/pre-processors.md index efb709922..654c41d87 100644 --- a/docs/zh/guide/pre-processors.md +++ b/docs/zh/guide/pre-processors.md @@ -62,7 +62,7 @@ module.exports = { { loader: 'sass-loader', options: { - indentedSyntax: true + indentedSyntax: true, // sass-loader version >= 8 sassOptions: { indentedSyntax: true