/**
 * The base breakpoints for the ThreeD Garden UI Dashboard PRO Material.
 * You can add new breakpoints, and customize built-in breakpoints here.
 */

const breakpoints = {
  values: {
    xxs: 0,
    xs: 333,
    sm: 576,
    md: 768,
    lg: 992,
    xl: 1200,
    xxl: 1400,
  },
}

export default breakpoints
