style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
50 lines (49 loc) • 695 B
JSON
{
"sd": {
"text": {
"small": {
"$value": "0.75",
"$type": "fontSize"
},
"base": {
"$type": "color",
"$value": "#2E2E46"
},
"secondary": {
"$type": "color",
"$value": "#646473"
},
"tertiary": {
"$type": "color",
"$value": "#81818E"
},
"neutral": {
"$type": "color",
"$value": "#0000008C"
}
},
"theme": {
"$type": "color",
"_": {
"$value": "#1FC5BF"
},
"light": {
"$value": "#99EBE2"
},
"dark": {
"$value": "#00B3AC"
},
"secondary": {
"_": {
"$value": "#6A5096"
},
"dark": {
"$value": "#3F1C77"
},
"light": {
"$value": "#C4B2E1"
}
}
}
}
}