-
-
Save gonzalovazquez/6206602 to your computer and use it in GitHub Desktop.
SCSS - each
From http://codepen.io/rvazquez/pen/9ef2bbbdb7d1507044701f599ac1e067
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$list: pouria josh mladen mason daniel | |
=author-image | |
@each $author in $list | |
.photo-#{$author} | |
background: image-url("avatars/#{$author}.png") | |
.author-bio | |
+author-image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment