8 lines
275 B
Stylus
8 lines
275 B
Stylus
@import 'gitalk' if (hexo-config('gitalk.enable'));
|
|
|
|
@import 'search' if (hexo-config('local_search.enable') || hexo-config('algolia_search.enable'));
|
|
|
|
@import 'related-posts' if (hexo-config('related_posts.enable'));
|
|
|
|
@import 'math' if (hexo-config('math.mathjax.enable'));
|