Skip to content

Commit

Permalink
docs: fix typo in Custom Page Class of default theme config (#2725)
Browse files Browse the repository at this point in the history
remove first slash in `./vuepress/styles/index.styl`
  • Loading branch information
sshine authored Feb 17, 2021
1 parent 843c943 commit f23028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ pageClass: custom-page-class
---
```

Then you can write CSS targeting that page only in `./vuepress/styles/index.styl`.
Then you can write CSS targeting that page only in `.vuepress/styles/index.styl`.

``` css

Expand Down

0 comments on commit f23028e

Please sign in to comment.