I\'m just getting started with Sass and Compass, and I\'m loving it. Something I\'d like to do is take advantage of the @each function to simplify repetitive ta
@each
Another way I used if anyone needs it:
$i:0; @each $name in facebook, twitter, google_plus, instagram, youtube, pinterest { $i:$i+1; }