// Import patch for Bootstrap 5.3.1 deprecation warnings
@import "patch-bootstrap";

@import "~bootstrap/scss/_functions"; // required to pull in nested bootstrap grid

// scss-docs-start grid-breakpoints
$grid-breakpoints: (
    xs: 0,
    sm: 576px,
    md: 768px,
    lg: 992px,
    xl: 1200px,
    xxl: 1400px
) !default;

@import "~bootstrap/scss/mixins/breakpoints";