blob: 181c4c171f87f4c2a5eed294e5091a73599fe338 (
plain)
1
2
3
4
5
6
7
8
|
//
// 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 theme-color('primary');
// }
//
|