Skip to content

Instantly share code, notes, and snippets.

@rastyagaev
Last active December 22, 2015 02:29
Show Gist options
  • Save rastyagaev/6403764 to your computer and use it in GitHub Desktop.
Save rastyagaev/6403764 to your computer and use it in GitHub Desktop.
#grids
@include 'spaceless/spaceless';
@mixin spans {
%spans {
@extend .spaceless;
margin-right: gutter(-1);
& > * {
display: inline-block;
vertical-align: top;
margin-right: gutter(1);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment