theemo
theemo copied to clipboard
Style Dictionary is not exporting references to constrainted values properly
Having this configuration in Figma:
with:
should create a CSS Custom property as:
--navigation-links-base: var(--intent-action-base-text);
It is also properly extracted into a token json file, but the way style dictionary resolves these references and then turns them into CSS needs some help.