November 5th, 2025

2.10.3

✨ Improvements

Accurate Base fontSize per Theme:

  • Fixed an issue where multi-theme exports always used the active theme’s base font size for rem conversion. Each theme now correctly applies its own baseline.

Enhanced rem Display Across UI:

  • Rem values now automatically show their pixel equivalents (e.g., 1rem (16px)) based on each theme’s baseline font size. This makes token inspection and comparisons clearer and more intuitive.

Improved Typography Token Export:

  • Exporting typography tokens now uses resolved values per theme, ensuring font sizes and related properties reflect the correct baseline across themes.

🐞 Fixes

  • Incorrect base URL for GitHub Enterprise API calls causing some sync failures.