Skip to content

Instantly share code, notes, and snippets.

@jshawl
Created March 22, 2014 18:02
Show Gist options
  • Save jshawl/9711584 to your computer and use it in GitHub Desktop.
Save jshawl/9711584 to your computer and use it in GitHub Desktop.
a precess production
@for $i from 1 to 5{
a{
top:$i;
}
}
a {
top: 1;
}
a {
top: 2;
}
a {
top: 3;
}
a {
top: 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment