Replies: 1 comment 1 reply
-
Are you sure? the main job of token-transformer is to pick up this single .json and make these references work. What command are you running? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running the
token-transformer
on a singletokens.json
with all token sets does not resolve aliases. Consider the following exported json with three sets:global
,light
anddark
:As you can see, the alias is
{spacing.scale}
, however, because the json includes the parent key (global
), it does not resolve it.Beta Was this translation helpful? Give feedback.
All reactions