in libs/@guardian/source/src/foundations/mq/mq.ts [80:96]
mobileMedium: minWidthMaxWidth(
breakpoints.mobile,
breakpoints.mobileMedium,
),
mobileLandscape: minWidthMaxWidth(
breakpoints.mobile,
breakpoints.mobileLandscape,
),
phablet: minWidthMaxWidth(breakpoints.mobile, breakpoints.phablet),
tablet: minWidthMaxWidth(breakpoints.mobile, breakpoints.tablet),
desktop: minWidthMaxWidth(breakpoints.mobile, breakpoints.desktop),
leftCol: minWidthMaxWidth(breakpoints.mobile, breakpoints.leftCol),
wide: minWidthMaxWidth(breakpoints.mobileMedium, breakpoints.wide),
},
},
mobileMedium: {
and: {