Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Last active December 20, 2015 17:58
Show Gist options
  • Save babsgosgens/6172512 to your computer and use it in GitHub Desktop.
Save babsgosgens/6172512 to your computer and use it in GitHub Desktop.
@mixin container-behavior($use-margin: false)
{
@if $use-margin {
margin-left: 0;
margin-right: 0;
}
@else {
padding-left: 0;
padding-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment