Skip to content

Instantly share code, notes, and snippets.

@jblanche
Created April 28, 2015 13:45
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 jblanche/5528f80410cbf2931bc6 to your computer and use it in GitHub Desktop.
Save jblanche/5528f80410cbf2931bc6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
@media (max-width: 1000px) {
.regle {
color: red;
@media (max-width: 500px) {
color: blue;
}
}
}
@media (max-width: 1000px) {
.regle {
color: red;
}
}
@media (max-width: 1000px) and (max-width: 500px) {
.regle {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment