@kuma-ui/system
Version:
🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.
19 lines (17 loc) • 385 B
JavaScript
// src/props/color.ts
var colorMappings = {
background: "background",
bg: "background",
backgroundColor: "background-color",
bgColor: "background-color",
color: "color",
borderColor: "border-color",
outlineColor: "outline-color",
accentColor: "accent-color",
caretColor: "caret-color",
opacity: "opacity",
visibility: "visibility"
};
export {
colorMappings
};