Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active February 3, 2016 05:19
Show Gist options
  • Save NatalieMac/370e1a5ad1a649c95ded to your computer and use it in GitHub Desktop.
Save NatalieMac/370e1a5ad1a649c95ded to your computer and use it in GitHub Desktop.
%row {
@include display-flex;
@include flex-wrap(wrap);
margin-left: $page-gutter;
margin-right: $page-gutter;
}
@mixin col($span) {
@include box-sizing(border-box);
padding: 0 $gutter/2;
width: $column * $span;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment