Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created September 3, 2013 20:26
Show Gist options
  • Save babsgosgens/6429091 to your computer and use it in GitHub Desktop.
Save babsgosgens/6429091 to your computer and use it in GitHub Desktop.
@mixin push($fraction, $persistent: false)
{
@include move($fraction);
@if $persistent!=true and $column-breakpoint {
@include breakpoint( $column-breakpoint ) {
position: static;
position: initial;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment