hexo/node_modules/hexo-theme-fluid/source/css/highlight.styl

7 lines
281 B
Stylus
Raw Normal View History

2024-05-09 16:35:20 +08:00
if hexo-config("code.highlight.enable")
if hexo-config("code.highlight.highlightjs.light.file")
@require hexo-config("code.highlight.highlightjs.light.file")
if hexo-config("code.highlight.prismjs.light.file")
@require hexo-config("code.highlight.prismjs.light.file")