Configuration
This section is about general configuration, specific configuration of components is desribed in their own sections.
$gutter: rem(12px);
$body-background: #f7f7f7 !default;
$screen-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
) !default;