style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
27 lines (26 loc) • 561 B
JSON
{
"size": {
"font": {
"small": {
"value": "0.75",
"comment": "the small size of the font",
"type": "fontSize"
},
"medium": {
"value": "1",
"comment": "the medium size of the font",
"type": "fontSize"
},
"large": {
"value": "2",
"comment": "the large size of the font",
"type": "fontSize"
},
"base": {
"value": "{size.font.medium.value}",
"comment": "the base size of the font",
"type": "fontSize"
}
}
}
}