Skip to content

Instantly share code, notes, and snippets.

@ryanve
Last active November 29, 2016 01:23
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 ryanve/0fe7456d045a4be94154fb5ec5868da6 to your computer and use it in GitHub Desktop.
Save ryanve/0fe7456d045a4be94154fb5ec5868da6 to your computer and use it in GitHub Desktop.
equalize-height mixin
@mixin equalize-height($padding-bottom: 0) {
// match heights but retain padding
padding-bottom: 99rem;
margin-bottom: $padding-bottom - 99rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment