diff --git a/src/scss/styles.scss b/src/scss/styles.scss index 580045bacd..4551800a57 100644 --- a/src/scss/styles.scss +++ b/src/scss/styles.scss @@ -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";