Skip to content

Commit

Permalink
testing functional tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vern-gora committed Nov 13, 2024
1 parent ab35bc2 commit 08a108a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions figma-tokens/input/tokens.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"global": {
"black": {
"value": "#000000",
"type": "color"
},
"white": {
"value": "#ffffff",
"type": "color"
},
"black": {
"value": "#000000",
}
},
"Functional Tokens": {
"black from global": {
"value": "{black}",
"type": "color"
}
},
"$themes": [],
"$metadata": {
"tokenSetOrder": [
"global"
"global",
"Functional Tokens"
]
}
}

0 comments on commit 08a108a

Please sign in to comment.