Skip to content

Instantly share code, notes, and snippets.

View ezersky's full-sized avatar

Stan Ezersky ezersky

View GitHub Profile
@ezersky
ezersky / block-grid.less
Last active September 16, 2015 19:38 — forked from ChrisTM/block-grid.less
[class*="block-grid-"] {
display: block;
margin: -(@grid-gutter-width/2);
padding: 0;
.clearfix();
}
.block-grid-item {
display: inline;
margin: 0;