This release fixes a small bug when pulling foundation tokens with nested names.
Bugfixes
- Figma's name schema delivers names as {group}/{name}. If your foundation (color, shadow, etc) names include a slash
Blue/100
Handoff would only grab the first part of that name, and construct the token excluding the remaining data. This patch resolves that so instead of gettingprimitive-blue
you will now getprimitive-blue-100
as your token.