$breakpoints (Map)

scss
$breakpoints: (
  tablet-portrait: 600px,
  tablet-landscape: 900px,
  desktop: 1200px,
  desktop-xl: 1800px
);

Breakpoints - add more as needed.