tokens-studio / figma-plugin

Official repository of the plugin 'Tokens Studio for Figma' (Figma Tokens)
https://www.figma.com/community/plugin/843461159747178978
MIT License
1.32k stars 190 forks source link

2.0: Order of keys inconsistent when pushed to remote #2907

Closed six7 closed 2 days ago

six7 commented 1 week ago

Its important that we do not change or modify the order of keys that users specified in their JSON. If type comes before value, we need to respect that.

2.0 changed that at least for Bitbucket or other git sync providers, it moves the type key first, always.

Let's respect that instead.