fix: add 'code-theme.styl' into 'style.styl' to enable the 'mac' code

theme in deployment
This commit is contained in:
xiongzhi 2021-05-19 21:44:42 +08:00 committed by XPoet
parent ee6751c32e
commit d6a51e539d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
@import "common/markdown.styl"
@import "common/codeblock/highlight.styl"
@import "common/codeblock/copy-code.styl"
@import "common/codeblock/code-theme.styl"
@import "layout/page.styl"
@import "layout/_partial/local-search.styl"
@import "layout/_partial/toc.styl"