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
/
index.styl
15 lines
(10 loc)
•
465 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 组件样式索引:按基础 → 布局 → 标签插件 → 插件条件编译顺序导入
// 基础样式(重置、排版、通用组件)
@import
'_base/*'
// 页面布局(导航、侧边栏、文章容器)
@import
'_layout/*'
// 标签插件样式(note、tabs、gallery 等)
@import
'_tag-plugins/*'
// 插件条件编译(代码高亮、搜索、暗色模式、评论等)
// 暗黑模式样式放到最后加载
@import
'_plugins/index'