Skip to content

Instantly share code, notes, and snippets.

@vxsx
Created October 16, 2014 07:22
Show Gist options
  • Save vxsx/1e2cd15d957240edde43 to your computer and use it in GitHub Desktop.
Save vxsx/1e2cd15d957240edde43 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
.button {
width: 100px;
.parent & {
width: 50px;
}
}
.button {
width: 100px;
}
.parent .button {
width: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment