// Specify the breakpoint sizes
$grid-breakpoints: (
  xs: 0,
  sm: 300px,
  md: 600px,
  lg: 900px,
  xl: 1200px,
  xxl: 1500px
);

@import "../../bootstrap/scss/bootstrap";