Skip to content

Instantly share code, notes, and snippets.

@blackfalcon
Created May 18, 2015 22:03
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 blackfalcon/30b476b8d88c5be1413f to your computer and use it in GitHub Desktop.
Save blackfalcon/30b476b8d88c5be1413f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.parent {
width: 100%;
@at-root .child#{&} {
width: 50%;
}
}
.parent {
width: 100%;
}
.child.parent {
width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment