outsystems-design-tokens
Version:
Store the Design Tokens used on the Ionic Framework and Widgets Library
32 lines • 691 B
JSON
{
"round": {
"2xs": {
"$type": "borderRadius",
"$value": "{border.border-radius.full}"
},
"xs": {
"$type": "borderRadius",
"$value": "{border.border-radius.full}"
},
"sm": {
"$type": "borderRadius",
"$value": "{border.border-radius.full}"
},
"md": {
"$type": "borderRadius",
"$value": "{border.border-radius.full}"
},
"lg": {
"$type": "borderRadius",
"$value": "{border.border-radius.300}"
},
"xl": {
"$type": "borderRadius",
"$value": "{border.border-radius.400}"
},
"2xl": {
"$type": "borderRadius",
"$value": "{border.border-radius.1000}"
}
}
}