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

12 lines
315 B
Stylus

//
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('comments.service') == 'utterances'
@import 'comments/utterances'