Skip to content

Instantly share code, notes, and snippets.

@alanmoo
Created January 28, 2014 21:00
Show Gist options
  • Save alanmoo/8676421 to your computer and use it in GitHub Desktop.
Save alanmoo/8676421 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
h1{
font-size: 2rem;
@media (max-width: 600px){
font-size: 3rem;
}
}
h1 {
font-size: 2rem;
}
@media (max-width: 600px) {
h1 {
font-size: 3rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment