config.js 111 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6
module.exports = function () {
  return {
    "@brand-primary": "green",
    "@color-text-base": "#333",
  }
}