"Reference doesn't exist: global.color.primary-base.value tries to reference brand.accenture.primary-base, which is not defined"
Once the figma Plugin creates this "Global" key, the token-transformer can't find it, I'm including it manually

to this:

{
"global": {
"brand": {
"accenture": {
"primary-base": {
"value": "#A100FF",
"type": "color",
"description": "Base Accenture Color"
},
"secondary": {
"value": "#0041F0",
"type": "color"
}
}
},
"color": {
"primary-base": {
"value": "{brand.accenture.primary-base}",
"type": "color"
}
},
"black": {
"12": {
"value": "rgba(0,0,0,0.12)",
"type": "color"
},
"25": {
"value": "rgba(0,0,0,0.25)",
"type": "color"
},
"50": {
"value": "rgba(0,0,0,0.5)",
"type": "color"
},
"85": {
"value": "rgba(0,0,0,0.85)",
"type": "color"
},
"100": {
"value": "#000",
"type": "color"
}
}
},
"font": {},
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"global",
"font"
]
}
}
"Reference doesn't exist: global.color.primary-base.value tries to reference brand.accenture.primary-base, which is not defined"
Once the figma Plugin creates this "Global" key, the token-transformer can't find it, I'm including it manually
to this:
{ "global": { "brand": { "accenture": { "primary-base": { "value": "#A100FF", "type": "color", "description": "Base Accenture Color" }, "secondary": { "value": "#0041F0", "type": "color" } } }, "color": { "primary-base": { "value": "{brand.accenture.primary-base}", "type": "color" } }, "black": { "12": { "value": "rgba(0,0,0,0.12)", "type": "color" }, "25": { "value": "rgba(0,0,0,0.25)", "type": "color" }, "50": { "value": "rgba(0,0,0,0.5)", "type": "color" }, "85": { "value": "rgba(0,0,0,0.85)", "type": "color" }, "100": { "value": "#000", "type": "color" } } }, "font": {}, "$themes": [], "$metadata": { "tokenSetOrder": [ "global", "font" ] } }