UNPKG
hexo-theme-volantis
Version:
latest (6.8.1)
6.8.1
6.8.0
6.7.0
6.6.1
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.8.1
5.8.0
5.7.10
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.0
5.3.2
5.3.1
5.3.0
5.2.0
5.1.1
5.1.0
5.0.0-rc.111
5.0.0-rc.110
5.0.0-rc.101
5.0.0-rc.100
5.0.0-rc.11
5.0.0-rc.10
5.0.0-rc.9
5.0.0-rc.8
5.0.0-rc.7
5.0.0-rc.6
5.0.0-rc.5
5.0.0-rc.4
5.0.0-rc.3
5.0.0-rc.2
5.0.0-rc.1
5.0.0-beta.2
5.0.0-alpha.112
4.3.1
4.3.0
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-rc.4
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.0.0
3.0.0-rc.2
3.0.0-rc.1
Elegant and powerful theme for Hexo.
volantis.js.org
volantis-x/hexo-theme-volantis
hexo-theme-volantis
/
source
/
css
/
style.styl
18 lines
(11 loc)
•
405 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 主样式入口:变量/混入 → 组件样式 → 用户注入
// 安全区域占位
#safearea
display: block
// 全局定义(变量、混入、动画)
@import
'_defines/*'
// 组件样式(基础、布局、标签插件、插件条件编译)
@import
'_style'
// 用户自定义注入样式 // Custom Files
for
$injects_style
in
hexo-config(
'injects.style'
)
@import
$injects_style;