Skip to content

Instantly share code, notes, and snippets.

@dbanksdesign
Last active April 16, 2018 21:32
Show Gist options
  • Save dbanksdesign/ca3bd075b71bff9b303a893a61bc4ddf to your computer and use it in GitHub Desktop.
Save dbanksdesign/ca3bd075b71bff9b303a893a61bc4ddf to your computer and use it in GitHub Desktop.
{
"color": {
"background": {
"base": {
"value": "#ffffff",
"attributes": {
"androidName": "someName",
"iosName": "someOtherName"
}
}
}
}
}
{
"ios": {
"someName": { "value": "{color.base.red.100.value}" },
"someOtherName": { "value": "{size.padding.base.value}" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment