// // This file is meant to regroup your design customizations. For example, doing // this will separate your footer with a dotted border using your primary color. // // footer { // border-top: 5px dotted map-get($theme-colors, 'primary'); // } //