Skip to content

Instantly share code, notes, and snippets.

@jeffsebring
Created May 1, 2012 06:36
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 jeffsebring/2565614 to your computer and use it in GitHub Desktop.
Save jeffsebring/2565614 to your computer and use it in GitHub Desktop.
Compass Nested Media Queries
#sidebar {
width: 100%;
@media only screen and ( min-width: 480px; ) {
width: 33.33333%;
float: right;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment