Skip to content

Instantly share code, notes, and snippets.

@nicolasbinet
Created December 16, 2014 13:57
Show Gist options
  • Save nicolasbinet/fda745b806617e559bfa to your computer and use it in GitHub Desktop.
Save nicolasbinet/fda745b806617e559bfa to your computer and use it in GitHub Desktop.
@while $i > 0 {
.item-#{$i} {
top: ((100 - $i) * 0.4vh);
height: percentage($i/100);
}
$i: $i - 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment