/*==========================================================================
* Restrict
*
* When a block shouldn't take up the whole width of the container
* we can restrict the maximum width
* ========================================================================== */
.l-restrict-1 {
@include restrict(1);
}
.l-restrict-2 {
@include restrict(2);
}
.l-restrict-3 {
@include restrict(3);
}