9 lines
252 B
SCSS
9 lines
252 B
SCSS
//
|
|
// 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');
|
|
// }
|
|
//
|