webseite/assets/sass/parts/_startpage.scss
2019-02-12 17:45:44 +01:00

7 lines
121 B
SCSS

//startpage
@each $scroll, $background in $picture-startpage {
##{$scroll} {
background-image: $background;
}
}