Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created January 9, 2014 16:53
Show Gist options
  • Save scottkellum/8337616 to your computer and use it in GitHub Desktop.
Save scottkellum/8337616 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)
// Susy (v2.0.0.beta.2)
// ----
@import "susy";
.class{
// foo: bar;
@media (min-width: 300px) {
bar: baz;
}
}
.anotherClass{
@extend .class;
}
@media (min-width: 300px){.class,.anotherClass{bar:baz}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment