UNPKG

hexo-theme-volantis

Version:

Elegant and powerful theme for Hexo.

18 lines (11 loc) 405 B
// 主样式入口:变量/混入 → 组件样式 → 用户注入 // 安全区域占位 #safearea display: block // 全局定义(变量、混入、动画) @import '_defines/*' // 组件样式(基础、布局、标签插件、插件条件编译) @import '_style' // 用户自定义注入样式 // Custom Files for $injects_style in hexo-config('injects.style') @import $injects_style;