blog/themes/fluid/source/css/_functions/base.styl

9 lines
283 B
Stylus
Raw Normal View History

2024-11-16 11:34:10 +08:00
theme-config(config, predef)
unquote(hexo-config(config) ? hexo-config(config):predef)
theme-config-unit(config, predef, unit)
unit(hexo-config(config) ? hexo-config(config):predef, unit)
theme-config-origin(config, predef)
(hexo-config(config) ? hexo-config(config):predef)