Breakpoints map

$grid-breakpoints [private]

scss
$grid-breakpoints: (
  'base': 0,
  'phone': 320px,
  'phone-i': 375px,
  'phone-ii': 414px,
  'webchat': 451px,
  'tablet': 768px,
  'medium': 824px,
  'tablet-landscape': 1024px,
  'desktop': 1194px,
  'stats-top': 1289px
) !default;

Breakpoints map for chattigo. Goes from min to max.