Skip to content

Commit 5295bec

Browse files
thiemoulivz
authored andcommitted
docs: override.styl to style.styl for custom page class (#939)
1 parent 1a76d8e commit 5295bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/default-theme-config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ pageClass: custom-page-class
492492
Then you can write CSS targeting that page only:
493493

494494
``` css
495-
/* .vuepress/override.styl */
495+
/* .vuepress/style.styl */
496496

497497
.theme-container.custom-page-class {
498498
/* page-specific rules */

0 commit comments

Comments
 (0)