jellyfish_designtokens
Version:
Ultimate design tokens from Jelly Fish Design System
50 lines • 1.21 kB
JSON
{
"jf": {
"border": {
"radius": {
"shaped": {
"value": "{jf.border.radius.none}",
"type": "borderRadius"
},
"rounded": {
"value": "{jf.border.radius.2}",
"type": "borderRadius"
},
"semi-rounded": {
"value": "{jf.border.radius.1}",
"type": "borderRadius"
},
"pill": {
"value": "{jf.border.radius.6}",
"type": "borderRadius"
},
"circle": {
"value": "{jf.border.radius.7}",
"type": "borderRadius"
}
},
"width": {
"default": {
"value": "{jf.border.width.xs}",
"type": "borderWidth"
},
"skinny": {
"value": "{jf.border.width.sm}",
"type": "borderWidth"
},
"medium": {
"value": "{jf.border.width.md}",
"type": "borderWidth"
},
"semi-bold": {
"value": "{jf.border.width.lg}",
"type": "borderWidth"
},
"bold": {
"value": "{jf.border.width.xl}",
"type": "borderWidth"
}
}
}
}
}