Skip to content

Instantly share code, notes, and snippets.

@jmahc
Created March 23, 2017 18:48
Show Gist options
  • Save jmahc/db0cf6048ce894767d2fdc3fefeca543 to your computer and use it in GitHub Desktop.
Save jmahc/db0cf6048ce894767d2fdc3fefeca543 to your computer and use it in GitHub Desktop.
/* Mixin */
@mixin vertical-align($position: relative) {
position: $position;
top: 50%;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment