Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created June 16, 2015 20:15
Show Gist options
  • Save iamcarrico/21c95c6bb15f3b6a8b13 to your computer and use it in GitHub Desktop.
Save iamcarrico/21c95c6bb15f3b6a8b13 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="tester">
<p class="tester">
Hello
</p>
</div>
// ----
// libsass (v3.2.5)
// ----
=margin($direction, $size)
padding-top: $size
tester
+margin(top, 50px)
tester {
padding-top: 50px;
}
<div class="tester">
<p class="tester">
Hello
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment