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

9 lines
283 B
Stylus

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)