Skip to content

Instantly share code, notes, and snippets.

@jhilden
Created February 23, 2013 20:21
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 jhilden/5021188 to your computer and use it in GitHub Desktop.
Save jhilden/5021188 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// Sass v3.2.5
.context-a, .context-b
border: 1px
.some-class
color: red
.another-class
color: blue
.context-a, .context-b {
border: 1px;
}
.context-a .some-class, .context-b .some-class {
color: red;
}
.context-a .another-class, .context-b .another-class {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment