-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Consider these tokens in Figma. I have a token called background
and a group called background
.
what would the tokens JSON be like? Is this file at below valid?
{
"background": {
"$type": "color",
"$value": "#ffffff",
"primary": {
"$type": "color",
"$value": "{slate.950}"
},
"secondary": {
"$type": "color",
"$value": "{slate.600}"
}
}
}
d34dman
Metadata
Metadata
Assignees
Labels
No labels