Skip to content

Instantly share code, notes, and snippets.

@enriclluelles
Created January 19, 2012 15:28
Show Gist options
  • Save enriclluelles/1640604 to your computer and use it in GitHub Desktop.
Save enriclluelles/1640604 to your computer and use it in GitHub Desktop.
$sprite-height: 0px;
@each $state in ordered, contacted, certified, in_transport_to_dealer, client_available, client_delivered{
.#{$state}{
background-position:left $sprite-height;
$sprite-height: $sprite-height - 100;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment