UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

20 lines (16 loc) 375 B
export const LAYOUT_COLS = 24; export const LAYOUT_BREAKPOINTS = { desktop: 1024, mobile: 1, }; /** * Important: keep the same pdding for x and y. */ // export const LAYOUT_PADDING: Record<string, [number, number]> = { // desktop: [20, 20], // mobile: [8, 8], // }; /** * This is the height of a row in the layout grid. */ export const LAYOUT_ROW_HEIGHT = 24;