Skip to content

Instantly share code, notes, and snippets.

@bullfight
Created June 17, 2011 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bullfight/1031181 to your computer and use it in GitHub Desktop.
Save bullfight/1031181 to your computer and use it in GitHub Desktop.
@each multiple lists?
$nav_elements: home, bio, shows, music, video, photos, store;
$nav_element_positions: 86px, 55px, 62px, 82px, 88px, 103px, 94px;
@each $element,$position in $nav_elements,$nav_element_positions {
ul li.nav_#{$element} a {
width: $position; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment