Skip to content

Instantly share code, notes, and snippets.

@nautilytics
Created September 12, 2022 21:03
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 nautilytics/3de14bf20d416f4b40037949726b3b6b to your computer and use it in GitHub Desktop.
Save nautilytics/3de14bf20d416f4b40037949726b3b6b to your computer and use it in GitHub Desktop.
A sample set of design tokens
{
"spacing": {
"xxxx-small": "2px",
"xxx-small": "4px"
},
"color": {
"brand-primary-125": "#D14334",
"brand-primary": "#FF5B4A"
},
"font-size": {
"medium": "20px",
"root": "16px",
"small": "12px"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment