Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created March 25, 2012 03:55
Show Gist options
  • Select an option

  • Save mahemoff/2191275 to your computer and use it in GitHub Desktop.

Select an option

Save mahemoff/2191275 to your computer and use it in GitHub Desktop.
SASS child selector can be used hierarchically
article
> .row:first-child
>
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12
padding-top: 20px
> .row:last-child
>
.span1,.span2,.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10,.span11,.span12
padding-bottom: 20px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment