Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created November 11, 2010 20:22
Show Gist options
  • Save alexcabrera/673108 to your computer and use it in GitHub Desktop.
Save alexcabrera/673108 to your computer and use it in GitHub Desktop.
// _home.sass
@import home/featured_items
@import home/brands
@import home/new_items
#home_content
@include grid-container
#featured_items
@include featured-items
#featured_items_pager
@include featured-items-pager
#brands
@include brands
#new_items
@include new-items
// home/_featured_items.sass
@mixin featured-items
@include columns(19)
@include prepend(1)
@include append(1)
@include last
margin-top: $row-margin
margin-bottom: $row-margin
@mixin featured-items-pager
text-align: right
a
margin-left: 3px
margin-right: 3px
text-decoration: none
.activeSlide
color: #F00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment