Skip to content

Instantly share code, notes, and snippets.

@murokaco
Last active March 27, 2019 07:17
Show Gist options
  • Save murokaco/3bb402fb8ddca858ea4dde5530212418 to your computer and use it in GitHub Desktop.
Save murokaco/3bb402fb8ddca858ea4dde5530212418 to your computer and use it in GitHub Desktop.
@for $i from 1 through 10 {
.is-mt#{$i * 1}-sm {
margin-top:#{$i * 1}rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment