Skip to content

Instantly share code, notes, and snippets.

@didoo
Last active April 20, 2020 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didoo/cb0e6bc80d905ace5193236e64360a6f to your computer and use it in GitHub Desktop.
Save didoo/cb0e6bc80d905ace5193236e64360a6f to your computer and use it in GitHub Desktop.
Answer in Medium article on Design Tokens - Approach A
{
"button": {
"text-icon-spacing": {
"mobile": {
"value": "8",
"type": "size"
},
"desktop": {
"value": "12",
"type": "size"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment