Style Dictionary is not exporting references to constrainted values properly
Having this configuration in Figma:
<img width="608" alt="Bildschirmfoto 2024-02-08 um 11 41 41" src="https://github.com/theemo-tokens/theemo/assets/283700/c086c43c-f379-457c-b515-482517bfa013">
with:
<img width="606" alt="Bildschirmfoto 2024-02-08 um 11 42 13" src="https://github.com/theemo-tokens/theemo/assets/283700/993778a8-287f-44e2-96c5-9072fc083174">
should create a CSS Custom property as:
```css
--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.
0 条评论