$list: adam john wynn mason kuroir
=author-images
@each $author in $list
.photo-#{$author}
background: image-url("avatars/#{$author}.png") no-repeat;
.author-bio
+author-images
Does anyone know why this code sample from http://thesassway.com/intermediate/if-for-each-while is not compiling correctly in SASSMeister?