Skip to content

Instantly share code, notes, and snippets.

@soerson
Created February 16, 2016 10:24
Show Gist options
  • Save soerson/c029b716660c8aceb80f to your computer and use it in GitHub Desktop.
Save soerson/c029b716660c8aceb80f to your computer and use it in GitHub Desktop.
SCSS: ghostVerticalAlign
@mixin ghostVerticalAlign(){
&:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%; width: .1px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment