UNPKG

@activecollab/components

Version:

ActiveCollab Components

15 lines 271 B
export const SPACE = { none: "0", xs: "0.25rem", sm: "0.5rem", md: "1rem", lg: "1.5rem", xl: "2.5rem" }; export const FLEX_ALIGN = { start: "flex-start", center: "center", end: "flex-end", stretch: "stretch" }; //# sourceMappingURL=LayoutTokens.js.map