always operate in xl breakpoint

This commit is contained in:
Kyle Spearrin 2018-07-10 10:55:36 -04:00
parent b8da4cf6fc
commit 716619e7f1
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ $table-hover-bg: rgba(#000000, .03);
$modal-backdrop-opacity: 0.3;
$btn-font-weight: 600;
$grid-breakpoints: (
xs: 0,
sm: 1px,
md: 2px,
lg: 3px,
xl: 4px
);
@import "~bootstrap/scss/bootstrap";
@import "./plugins";