Skip to content

Instantly share code, notes, and snippets.

@gustaff-weldon
Created December 7, 2015 15:57
Show Gist options
  • Save gustaff-weldon/33253904a0643546bac0 to your computer and use it in GitHub Desktop.
Save gustaff-weldon/33253904a0643546bac0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$height: 14px;
$half: $height / 2;
.element {
height: $height;
border-radius: $half;
}
.element {
height: 14px;
border-radius: 7px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment