Skip to content

Commit 08a108a

Browse files
committed
testing functional tokens
1 parent ab35bc2 commit 08a108a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

figma-tokens/input/tokens.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
22
"global": {
3+
"black": {
4+
"value": "#000000",
5+
"type": "color"
6+
},
37
"white": {
48
"value": "#ffffff",
59
"type": "color"
6-
},
7-
"black": {
8-
"value": "#000000",
10+
}
11+
},
12+
"Functional Tokens": {
13+
"black from global": {
14+
"value": "{black}",
915
"type": "color"
1016
}
1117
},
1218
"$themes": [],
1319
"$metadata": {
1420
"tokenSetOrder": [
15-
"global"
21+
"global",
22+
"Functional Tokens"
1623
]
1724
}
1825
}

0 commit comments

Comments
 (0)