Skip to content

Instantly share code, notes, and snippets.

@Taova
Created May 29, 2018 12:44
Show Gist options
  • Save Taova/50f8c104447f54a32ef524f5e56eb1a0 to your computer and use it in GitHub Desktop.
Save Taova/50f8c104447f54a32ef524f5e56eb1a0 to your computer and use it in GitHub Desktop.
$left: 129px, 394px, 137px;
@each $item in $width {
$i: index($width, $item);
.pig#{$i - 1} {
width: $item;
height: nth($height, $i);
left: nth($left, $i);
top: nth($top, $i);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment