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