Skip to content

Instantly share code, notes, and snippets.

@maylogger
Last active December 20, 2015 13:39
Show Gist options
  • Select an option

  • Save maylogger/6140996 to your computer and use it in GitHub Desktop.

Select an option

Save maylogger/6140996 to your computer and use it in GitHub Desktop.
$context: 6;
@include span-columns($context);
@for $width from 1 through 3 {
@for $height from 1 through 3 {
.block-#{$width}-#{$height} {
@include span-columns($width * 2, $context);
padding-top: columns($height * 2, $context);
}
}
}
.block {
margin-bottom: gutter($context);
@include nth-omega;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment