Skip to content

docs: [RU/ZH] Fix example #1648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9aba670
[RU] Translation moved to VuePress
Alex-Sokolov May 24, 2018
da0f21d
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov May 24, 2018
cf57551
custom-block.md example fix
Alex-Sokolov May 25, 2018
f2e3852
fix link
Alex-Sokolov May 25, 2018
661dbc1
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Jun 1, 2018
a2e3888
options.md правка
Alex-Sokolov Jun 1, 2018
bb158f1
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Jun 8, 2018
b34394d
testing.md fix links
Alex-Sokolov Jun 8, 2018
1955c4f
sync with master
Alex-Sokolov Dec 7, 2018
d56e268
linting.md fix link
Alex-Sokolov Dec 7, 2018
bbbb6ee
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Jan 9, 2019
dca2e5a
options.md added new section
Alex-Sokolov Jan 9, 2019
f40c02b
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Jan 27, 2019
5683ef6
options.md add exposeFilename
Alex-Sokolov Jan 27, 2019
75cb51c
guide/README.md update
Alex-Sokolov Jan 27, 2019
b02f4c1
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Jan 31, 2019
c2d0c5d
README.md обновление
Alex-Sokolov Jan 31, 2019
c204ccb
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Mar 25, 2019
58fb1aa
docs: [RU] update
Alex-Sokolov Mar 25, 2019
30867c1
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Nov 27, 2019
e7a2901
pre-processors.md update
Alex-Sokolov Nov 27, 2019
20ddfb0
custom-blocks.md update
Alex-Sokolov Nov 27, 2019
da2d82c
Merge remote-tracking branch 'upstream/master'
Alex-Sokolov Mar 2, 2020
f82c702
pre-processors.md fix example
Alex-Sokolov Mar 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ru/guide/pre-processors.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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