Skip to content

Commit e810806

Browse files
yyx990803haoqunjiang
authored andcommitted
docs: fix scss example typo
close #2272
1 parent 492d564 commit e810806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guide/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then you can import the corresponding file types, or use them in `*.vue` files w
2525

2626
``` vue
2727
<style lang="scss">
28-
$color = red;
28+
$color: red;
2929
</style>
3030
```
3131

docs/ru/guide/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install -D stylus-loader stylus
2525

2626
``` vue
2727
<style lang="scss">
28-
$color = red;
28+
$color: red;
2929
</style>
3030
```
3131

docs/zh/guide/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install -D stylus-loader stylus
2525

2626
``` vue
2727
<style lang="scss">
28-
$color = red;
28+
$color: red;
2929
</style>
3030
```
3131

0 commit comments

Comments
 (0)