Skip to content

Reading / 2026-04/2026-04-24t085352-building-a-ui-without-breakpoints

Building a UI Without Breakpoints

Argues that modern CSS primitives—intrinsic grid layouts, clamp() fluid values, container units, and container queries—should replace viewport breakpoints as the default responsive design engine, reserving media queries for device capabilities and user preferences.

Apr 24, 2026 · design · Amit Sheen, Frontend Masters

Read at the source →

Topics

  • responsive-design
  • css
  • fluid-typography
  • css-layout

Cited by

  • Fluid typography

    Fluid typography uses CSS clamp() to scale type continuously across viewport widths, replacing discrete breakpoints with math-driven size ranges that balance readability, accessibility, and responsive flexibility.

  • Responsive design

    Responsive design is shifting away from viewport breakpoints toward CSS-native intrinsic layout, fluid values, and container-aware primitives that adapt without explicit breakpoints.

Related

back to /reading