@razorpay/blade
Version:
The Design System that powers Razorpay
25 lines (23 loc) • 420 B
JavaScript
var border = {
radius: {
none: 0,
'2xsmall': 2,
xsmall: 4,
small: 8,
medium: 12,
large: 16,
xlarge: 20,
'2xlarge': 24,
max: 9999,
round: '50%' // this needs to be in % but need to figure out how will we store unitless things
},
width: {
none: 0,
thinner: 0.5,
thin: 1,
thick: 1.5,
thicker: 2
}
};
export { border };
//# sourceMappingURL=border.js.map