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