Skip to content

Instantly share code, notes, and snippets.

@absentees
Created July 22, 2015 07:06
Show Gist options
  • Save absentees/a4cb0da67eab682ea71f to your computer and use it in GitHub Desktop.
Save absentees/a4cb0da67eab682ea71f to your computer and use it in GitHub Desktop.
Setup background images styles for all images in a folder
@for $i from 1 through 6 {
&.hero-img-#{$i} {
background: url(../photo/hero-#{$i}.jpg) top center no-repeat;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment