7 lines
82 B
SCSS
7 lines
82 B
SCSS
|
//
|
||
|
// Footer
|
||
|
//
|
||
|
|
||
|
.footer {
|
||
|
background-color: get($footer-config, bg-color);
|
||
|
}
|