/** * Carbon grid breakpoints in px. * @see https://carbondesignsystem.com/elements/2x-grid/overview/#breakpoints * @type {Record} */ export const breakpoints = Object.freeze({ sm: 320, md: 672, lg: 1056, xlg: 1312, max: 1584, }); export default breakpoints;