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

14 lines
390 B
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
//
2021-02-24 21:27:31 +08:00
if hexo-config('plugins.lazyload.enable')
@import 'lazyload'
2021-02-19 23:33:19 +08:00
if hexo-config('plugins.swiper.enable')
@import 'swiper'
2021-02-20 13:09:41 +08:00
if hexo-config('plugins.scrollreveal.enable')
@import 'scrollreveal'
2021-02-23 21:09:49 +08:00
//
if hexo-config('comments.service') == 'utterances'
@import 'comments/utterances'
2021-03-13 22:30:07 +08:00
if hexo-config('comments.service') == 'valine'
@import 'comments/valine'