mirror of
https://github.com/danog/sass-site.git
synced 2025-01-05 20:48:47 +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));
|
||
|
}
|