Skip to content

Instantly share code, notes, and snippets.

@kpennell
Created December 4, 2015 17:34
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 kpennell/c0d61a1b2dafc2549010 to your computer and use it in GitHub Desktop.
Save kpennell/c0d61a1b2dafc2549010 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@mixin center() {
display: block;
margin-left: auto;
margin-right: auto;
}
.container {
@include center();
}
.image-container {
@include center;
}
.container {
display: block;
margin-left: auto;
margin-right: auto;
}
.image-container {
display: block;
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment