Skip to content

Instantly share code, notes, and snippets.

@bakura10
Created February 27, 2015 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakura10/8114f4e6a8384778ffc0 to your computer and use it in GitHub Desktop.
Save bakura10/8114f4e6a8384778ffc0 to your computer and use it in GitHub Desktop.
.new-products {
background-color: $index-newest-products-background;
.product-list {
.grid-item {
@include grid($index-newest-products-items-per-row, $index-newest-products-horizontal-gutter, $index-newest-products-vertical-gutter);
}
}
.index-section-title {
color: $index-newest-products-title-color;
}
.product-item-title {
color: $index-newest-products-product-title-color;
}
.product-item-brand {
color: $index-newest-products-brand-color;
}
.price {
color: $index-newest-products-price-color;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment