Skip to content

Commit

Permalink
docs: [RU/ZH] Fix example (#1648)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
Alex-Sokolov committed Mar 3, 2020
1 parent a518f2b commit 111240c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ru/guide/pre-processors.md
Expand Up @@ -62,7 +62,7 @@ module.exports = {
{
loader: 'sass-loader',
options: {
indentedSyntax: true
indentedSyntax: true,
// sass-loader >= 8
sassOptions: {
indentedSyntax: true
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/pre-processors.md
Expand Up @@ -62,7 +62,7 @@ module.exports = {
{
loader: 'sass-loader',
options: {
indentedSyntax: true
indentedSyntax: true,
// sass-loader version >= 8
sassOptions: {
indentedSyntax: true
Expand Down

0 comments on commit 111240c

Please sign in to comment.