UNPKG

@hitachivantara/uikit-styles

Version:

UI Kit styling solution for the Next Design System.

13 lines (12 loc) 271 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const radii = { none: "0px", base: "2px", round: "6px", large: "8px", /** @deprecated use `radii.full` instead */ circle: "50%", full: "9999px" }; exports.radii = radii;