hexo/node_modules/hexo-theme-fluid/source/css/_functions/base.styl

9 lines
283 B
Stylus
Raw Normal View History

2023-09-25 15:58:56 +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)