Skip to content

Instantly share code, notes, and snippets.

@hlb
Last active December 20, 2015 05:09
Show Gist options
  • Save hlb/6076610 to your computer and use it in GitHub Desktop.
Save hlb/6076610 to your computer and use it in GitHub Desktop.
@mixin left($dist) {
float: left;
margin-left: $dist;
}
.media > .img {
@include left(10px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment