Skip to content

Instantly share code, notes, and snippets.

@roryashfordbentley
Created November 14, 2013 10:09
Show Gist options
  • Save roryashfordbentley/7464434 to your computer and use it in GitHub Desktop.
Save roryashfordbentley/7464434 to your computer and use it in GitHub Desktop.
A Pen by roikles.
.wrapper{
@include container;
}
.sidebar{
@include at-breakpoint(){
@include p-columns(3, 12);
}
}
.content{
@include at-breakpoint(){
@include p-columns(9 omega, 12);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment