Skip to content

Instantly share code, notes, and snippets.

@fredyang
Created October 1, 2015 04:29
Show Gist options
  • Save fredyang/bf5cd3eb8a8fba0c13a5 to your computer and use it in GitHub Desktop.
Save fredyang/bf5cd3eb8a8fba0c13a5 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