hexo-theme-stellar/source/css/_plugins/index.styl

31 lines
903 B
Stylus

@import 'aplayer'
//
if hexo-config('plugins.lazyload.enable')
@import 'lazyload'
if hexo-config('plugins.swiper.enable')
@import 'swiper'
if hexo-config('plugins.scrollreveal.enable')
@import 'scrollreveal'
if hexo-config('plugins.fancybox.enable')
@import 'fancybox'
if hexo-config('plugins.mermaid.style_optimization')
@import 'mermaid'
if hexo-config('plugins.copycode.enable')
@import 'copycode'
if hexo-config('plugins.tianli_gpt.enable')
@import 'tianli_gpt'
//
if hexo-config('comments.service') == 'beaudar'
@import 'comments/beaudar'
if hexo-config('comments.service') == 'twikoo'
@import 'comments/twikoo'
if hexo-config('comments.service') == 'utterances'
@import 'comments/utterances'
if hexo-config('comments.service') == 'waline'
@import 'comments/waline'
if hexo-config('comments.service') == 'artalk'
@import 'comments/artalk'