Skip to content

Instantly share code, notes, and snippets.

@iamnoah
Created July 22, 2014 19:42
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 iamnoah/c8213a325514639fea1a to your computer and use it in GitHub Desktop.
Save iamnoah/c8213a325514639fea1a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
.bar {
color: green;
}
.foo {
.bar {
color: red;
}
}
.baz {
.qux {
@extend .bar;
}
}
.bar, .baz .qux {
color: green;
}
.foo .bar, .foo .baz .qux, .baz .foo .qux {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment