Skip to content

Instantly share code, notes, and snippets.

@sergiolopes
Created August 5, 2015 14:17
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 sergiolopes/11c5dcbe8d1ab5cd72dc to your computer and use it in GitHub Desktop.
Save sergiolopes/11c5dcbe8d1ab5cd72dc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
h1 {
font-size: 1em;
@media (min-width: 600px) {
font-size: 2em;
}
}
h1 {
font-size: 1em;
}
@media (min-width: 600px) {
h1 {
font-size: 2em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment