Design Nomenclature / Systems & Spec

Breakpoint

Also called media query breakpoint, responsive breakpoint

This entry has not been translated yet and is shown in English.

A viewport width at which a layout rule changes. Chosen properly it sits where the content breaks, not where a named device sits: device-width lists date on release, and a layout that only holds at four widths will fail at the fifth.

A two-column comparison of two responsive strategies. Left, breakpoints: discrete widths at which rules change, so the layout is verified where you tested and unattended everywhere between — simple to reason about, and the reason `tablet` breakpoints exist that no tablet has. Right, a fluid scale: continuous interpolation across the viewport range, where every width is covered and none is specifically designed, reliable in the middle and unreliable at the extremes unless explicitly bounded.

In practice

Named after phones and tablets, which is how you get a `tablet` breakpoint no tablet has and a desktop window nobody ever tested at.

Not to be confused with

How this term connects

CSS pixelDesign systemDesign tokenFluid scaleReflowVariableBreakpoint
Related Confused with