Last active
April 16, 2018 21:32
-
-
Save dbanksdesign/ca3bd075b71bff9b303a893a61bc4ddf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color": { | |
"background": { | |
"base": { | |
"value": "#ffffff", | |
"attributes": { | |
"androidName": "someName", | |
"iosName": "someOtherName" | |
} | |
} | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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