Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Created April 10, 2015 18:52
Show Gist options
  • Save EvanLovely/a8f2aa8a2080371d7e20 to your computer and use it in GitHub Desktop.
Save EvanLovely/a8f2aa8a2080371d7e20 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
.block {
background: gray;
&s & {
width: 20%;
}
}
.block {
background: gray;
}
.blocks .block {
width: 20%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment