Skip to content

Instantly share code, notes, and snippets.

@pedrojoya
Created October 28, 2015 11:18
Show Gist options
  • Save pedrojoya/244660ea15d2041bce75 to your computer and use it in GitHub Desktop.
Save pedrojoya/244660ea15d2041bce75 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.sidebar {
width: 300px;
@media screen and (orientation: landscape) {
width: 500px;
}
}
.sidebar {
width: 300px;
}
@media screen and (orientation: landscape) {
.sidebar {
width: 500px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment