Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Created October 17, 2015 18:17
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 lisacatalano/f139e5a1d784c97e2717 to your computer and use it in GitHub Desktop.
Save lisacatalano/f139e5a1d784c97e2717 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="box"></div>
<div class="rounded-box"></div>
<div class="circle"></div>
// ----
// libsass (v3.2.5)
// ----
@mixin shape($radius, $color, $size) {
background-color: $color;
border-radius: $radius;
width: $size;
height: $size;
}
<div class="box"></div>
<div class="rounded-box"></div>
<div class="circle"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment