style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
14 lines (13 loc) • 348 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" }
}
}
}