Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created December 11, 2014 03:12
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 bensmithett/3b5ad3056d1701f04e04 to your computer and use it in GitHub Desktop.
Save bensmithett/3b5ad3056d1701f04e04 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
.foo
color: red
@media screen and (min-width: 1024px)
color: blue
.foo {
color: red;
}
@media screen and (min-width: 1024px) {
.foo {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment