UNPKG

alchemy-tech-ui

Version:

react component library for alchemy apps

20 lines (18 loc) 285 B
var spacingMap = { 1: "0.25rem", 2: "0.5rem", 3: "0.75rem", 4: "1rem", 6: "1.5rem", 8: "2rem", 12: "3rem", 16: "4rem", 20: "5rem", 24: "6rem", 32: "8rem", 48: "12rem" }; var spacing = function(val) { return spacingMap[val]; }; export { spacing as default };