Unverified Commit 111240c8 authored by Alexander Sokolov's avatar Alexander Sokolov Committed by GitHub

docs: [RU/ZH] Fix example (#1648)

* [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
parent a518f2b3
......@@ -62,7 +62,7 @@ module.exports = {
{
loader: 'sass-loader',
options: {
indentedSyntax: true
indentedSyntax: true,
// sass-loader >= 8
sassOptions: {
indentedSyntax: true
......
......@@ -62,7 +62,7 @@ module.exports = {
{
loader: 'sass-loader',
options: {
indentedSyntax: true
indentedSyntax: true,
// sass-loader version >= 8
sassOptions: {
indentedSyntax: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment