thumbtack / thumbprint-tokens

Design variables that power Thumbtack’s UI.
https://thumbprint.design/tokens/
Apache License 2.0
9 stars 1 forks source link

Use correct type of duration values #19

Closed tomgenoni closed 4 years ago

tomgenoni commented 4 years ago

I removed type: 'string' from the duration tokens and converted the strings to numbers. Leaving that type in meant the numbers in the JSON were converted back to strings in the JS dist files.

The Android tokens appear already correct.

<integer name="tp_duration_1">75</integer>