Styleframe Logo
Back to changelog
v2.6.0

The Figma bridge

Design tokens live in two places: your code and your design tool. This release builds the bridge between them with a Figma plugin, and splits the scanner into its own package.

New

  • A Figma plugin. Import and export Styleframe variables directly between Figma and your codebase, keeping tokens in sync on both sides.
  • The @styleframe/scanner package. The scanner became a standalone package, ready to be reused outside the core build.

Improved

  • Multipliers on spacing utilities. Spacing utilities now accept multipliers, so you can scale a spacing step without defining a new token for every value.

Fixed

  • Hot-module-reload for virtual imports in the plugin now updates correctly during development.
View the v2.6.0 release on GitHub