blob: b128c0f109a8b20fedb0a176b2b6295fa0dae908 [file] [log] [blame]
Derick Montaguea2988f42020-01-17 13:46:30 -06001// 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";