Closed jmblog closed 2 years ago
module.exports = { "color": { "Ubie": { "Black": { "100": { "value": "#16191f", "filePath": "tokens/color/primitive.json", "isSource": true, "original": { "value": "#16191f0a" }, "name": "ColorUbieBlack100", "attributes": { "category": "color", "type": "Ubie", "item": "Black", "subitem": "100" }, "path": [ "color", "Ubie", "Black", "100" ] }, .... } } } };
↓
module.exports = { "color": { "ubie-black-100": { "value": "#16191f", "filePath": "tokens/color/primitive.json", "isSource": true, "original": { "value": "#16191f0a" }, "name": "ColorUbieBlack100", "attributes": { "category": "color", "type": "ubie-black-100" }, "path": [ "color", "ubie-black-100" ] }, .... };
↓