@razorpay/blade
Version:
The Design System that powers Razorpay
24 lines (22 loc) • 400 B
JavaScript
var border = {
radius: {
none: 0,
xsmall: 1,
small: 2,
medium: 4,
large: 8,
xlarge: 12,
'2xlarge': 16,
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