Skip to content

Instantly share code, notes, and snippets.

@rocktronica
Created May 16, 2013 21:52
Show Gist options
  • Save rocktronica/5595411 to your computer and use it in GitHub Desktop.
Save rocktronica/5595411 to your computer and use it in GitHub Desktop.
.stretchy-column(@columns, @gutter: 1.5%) {
@available-width: (100% - ((@columns - 1) * @gutter));
float: left;
width: (@available-width / @columns);
margin: 0 @gutter @gutter 0;
&:nth-child(@{columns}n + 1) {
margin-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment