Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Last active December 22, 2015 06:09
Show Gist options
  • Save babsgosgens/6429098 to your computer and use it in GitHub Desktop.
Save babsgosgens/6429098 to your computer and use it in GitHub Desktop.
@mixin pull($fraction, $persistent: false)
{
@include move(-1*$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