@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
14 lines (13 loc) • 427 B
JavaScript
//#region src/theme/foundations/gridTemplateRows.ts
var gridTemplateRows_default = {
1: "repeat(1, minmax(0, 1fr))",
2: "repeat(2, minmax(0, 1fr))",
3: "repeat(3, minmax(0, 1fr))",
4: "repeat(4, minmax(0, 1fr))",
5: "repeat(5, minmax(0, 1fr))",
6: "repeat(6, minmax(0, 1fr))"
};
//#endregion
export { gridTemplateRows_default as default };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=gridTemplateRows.js.map