Skip to content

Improves nested foundation name paths

Latest
Compare
Choose a tag to compare
@bradmering bradmering released this 28 Jan 16:04

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 getting primitive-blue you will now get primitive-blue-100 as your token.

Changelog

  • Merge pull request #170 from Convertiv/release/0.15.2 1a39eda
  • Removing debugging a251804
  • Updating changelog a8896ac
  • Fixing a bug with nested foundation names c1b6ea2

v0.15.1...v0.15.2