Skip to content

Instantly share code, notes, and snippets.

@ianrose
Created April 20, 2014 17:26
Show Gist options
  • Save ianrose/11119779 to your computer and use it in GitHub Desktop.
Save ianrose/11119779 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
.module {
font-size: 2em;
@media (min-width: 43.75em) {
font-size: 3em;
float: left;
width: 80%;
}
@media (min-width: 56.25em) {
font-size: 4em;
width: 50%;
}
}
.module {
font-size: 2em;
}
@media (min-width: 43.75em) {
.module {
font-size: 3em;
float: left;
width: 80%;
}
}
@media (min-width: 56.25em) {
.module {
font-size: 4em;
width: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment