Skip to content

Commit

Permalink
docs: fix scss example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 18, 2018
1 parent 5999e09 commit a024513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then you can import the corresponding file types, or use them in `*.vue` files w

``` vue
<style lang="scss">
$color = red;
$color: red;
</style>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install -D stylus-loader stylus

``` vue
<style lang="scss">
$color = red;
$color: red;
</style>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install -D stylus-loader stylus

``` vue
<style lang="scss">
$color = red;
$color: red;
</style>
```

Expand Down

0 comments on commit a024513

Please sign in to comment.