1// Custom Bootstrap variable overrides
2
3// Major Breakpoints
4$grid-breakpoints: (
5  xs: 0,
6  sm: 480px,
7  md: 640px,
8  lg: 992px,
9  xl: 1300px
10);
11// $enable-rounded: false;
12
13// Include any custom overrides above
14@import "bootstrap/scss/bootstrap.scss";
15@import "bootstrap-vue/src/index.scss";
16