blob: b128c0f109a8b20fedb0a176b2b6295fa0dae908 [file] [log] [blame]
// Custom Bootstrap variable overrides
// Major Breakpoints
$grid-breakpoints: (
xs: 0,
sm: 480px,
md: 640px,
lg: 992px,
xl: 1300px
);
// $enable-rounded: false;
// Include any custom overrides above
@import "bootstrap/scss/bootstrap.scss";
@import "bootstrap-vue/src/index.scss";