mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 10:28:05 +01:00
5 lines
153 B
SCSS
5 lines
153 B
SCSS
|
.section-bottom {
|
||
|
@include padding-trailer(2);
|
||
|
@include background(linear-gradient(mix($color-background-shade, $color-background), transparent));
|
||
|
}
|