Skip to content

Instantly share code, notes, and snippets.

@ralexandr
Created October 19, 2016 08:50
Show Gist options
  • Save ralexandr/b36fda8c4df01db6564647907f26753e to your computer and use it in GitHub Desktop.
Save ralexandr/b36fda8c4df01db6564647907f26753e to your computer and use it in GitHub Desktop.
SASS: To quickly centre a block element without having to worry about if there is any top or bottom margin already applied.
@mixin push--auto {
margin: {
left: auto;
right: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment