// these breakpoints are written in terms of "max-width" export const BREAKPOINT_MOBILE_SMALL = "640px"; export const BREAKPOINT_MOBILE = "768px"; export const BREAKPOINT_TABLET = "1024px"; export const BREAKPOINT_DESKTOP = "1280px"; export const DEVICE_DESKTOP = "desktop"; export const DEVICE_TABLET = "tablet"; export const DEVICE_MOBILE = "mobile";