Skip to content

Instantly share code, notes, and snippets.

@sammorrisdesign-zz
Created December 18, 2014 10:58
Show Gist options
  • Save sammorrisdesign-zz/1f735f03ae7c4a9dcbde to your computer and use it in GitHub Desktop.
Save sammorrisdesign-zz/1f735f03ae7c4a9dcbde to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$item-min-height: 20px;
$mobile-media-padding: 20px;
a {
min-height: $item-min-height + ($mobile-media-padding * 2);
}
b {
min-height: $item-min-height + $mobile-media-padding * 2;
}
a {
min-height: 60px;
}
b {
min-height: 60px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment