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