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