UNPKG

@corejam/core-components

Version:

Corejam - Core Components

11 lines (10 loc) 243 B
export default { property: (property) => { if (property.includes("Start")) return "grid-row-start"; if (property.includes("End")) return "grid-row-end"; return "grid-row"; }, transform: (value) => { return value; }, };