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