UNPKG

@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.

36 lines (34 loc) 742 B
// src/props/layout.ts var layoutMappings = { width: "width", w: "width", minWidth: "min-width", minW: "min-width", maxWidth: "max-width", maxW: "max-width", height: "height", h: "height", minHeight: "min-height", minH: "min-height", maxHeight: "max-height", maxH: "max-height", display: "display", overflow: "overflow", overflowX: "overflow-x", overflowY: "overflow-y", position: "position", zIndex: "z-index", cursor: "cursor", aspectRatio: "aspect-ratio", boxSizing: "box-sizing", float: "float", clear: "clear", objectFit: "object-fit", objectPosition: "object-position", resize: "resize", verticalAlign: "vertical-align", userSelect: "user-select" }; export { layoutMappings };