style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
29 lines (28 loc) • 476 B
JSON
{
"color": {
"base": {
"gray": {
"light": {
"value": "#CCCCCC",
"type": "color"
},
"medium": {
"value": "#999999",
"type": "color"
},
"dark": {
"value": "#111111",
"type": "color"
}
},
"red": {
"value": "#FF0000",
"type": "color"
},
"green": {
"value": "#00FF00",
"type": "color"
}
}
}
}