UNPKG

@hitachivantara/uikit-styles

Version:

UI Kit styling solution for the Next Design System.

13 lines (12 loc) 181 B
const radii = { none: "0px", base: "2px", round: "6px", large: "8px", /** @deprecated use `radii.full` instead */ circle: "50%", full: "9999px" }; export { radii };