fix: add 'code-theme.styl' into 'style.styl' to enable the 'mac' code
theme in deployment
This commit is contained in:
parent
ee6751c32e
commit
d6a51e539d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue