element-hq / element-hq/compound
Fix style dictionary build when there name clash
Open
A-Design-Tokens
T-Defect
- Dominant language
- MDX
- Stars
- 24
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Our builds can not generate tokens currently if there are two tokens named:
- color.bg.canvas = `#fff`
- color.bg.canvas.elevation-1 = `#000`
The former ends up in the platform packages but the latter does not. Presumably due to the name clash.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.