if hexo-config('style.hljs.default')
    @import '_hljs/' + hexo-config('style.hljs.default') + '.css'
else
    @import '_hljs/default.css'