Skip to content

Instantly share code, notes, and snippets.

@kozaru
Created August 27, 2014 06:23
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 kozaru/4134635816531fe25adf to your computer and use it in GitHub Desktop.
Save kozaru/4134635816531fe25adf to your computer and use it in GitHub Desktop.
$i: 60;
@while $i >= 0 {
.mtop-#{$i} { margin-top: 1px * $i; }
.mbtm-#{$i} { margin-bottom: 1px * $i; }
$i: $i - 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment