UNPKG

carbon-components-svelte

Version:
14 lines (12 loc) 262 B
/** * Pixel sizes of Carbon grid breakpoints. * @type {Record<import("./breakpoints").BreakpointSize, BreakpointValue>} */ export const breakpoints = Object.freeze({ sm: 320, md: 672, lg: 1056, xlg: 1312, max: 1584, }); export default breakpoints;