style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
23 lines (22 loc) • 439 B
JSON
{
"color": {
"base": {
"gray": {
"light" : { "value": "#CCCCCC" },
"medium": { "value": "#999999" },
"dark" : { "value": "#111111" }
},
"red": {
"value": "#FF0000",
"deprecated": true,
"deprecated_comment": "replace with the \"blue\" color"
},
"green": {
"value": "#00FF00"
},
"blue": {
"value": "#0000FF"
}
}
}
}