const borderRadiusSemantic: { none: { value: 0; }; xs: { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.25; }; }; sm: { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.5; }; }; md: { value: "{font.size.base}"; modify: { type: "multiply"; value: 0.75; }; }; lg: { value: "{font.size.base}"; modify: { type: "multiply"; value: 1; }; }; xl: { value: "{font.size.base}"; modify: { type: "multiply"; value: 1.5; }; }; full: { value: 99999; }; };
none
value
0
none.value
xs
"{font.size.base}"
modify
type
"multiply"
0.25
xs.value
xs.modify
xs.modify.type
xs.modify.value
sm
0.5
sm.value
sm.modify
sm.modify.type
sm.modify.value
md
0.75
md.value
md.modify
md.modify.type
md.modify.value
lg
1
lg.value
lg.modify
lg.modify.type
lg.modify.value
xl
1.5
xl.value
xl.modify
xl.modify.type
xl.modify.value
full
99999
full.value
Was this page helpful?