Skip to content

Instantly share code, notes, and snippets.

@karlhorky
Created February 24, 2015 10:18
Show Gist options
  • Save karlhorky/69434c06e30f4e1df2d6 to your computer and use it in GitHub Desktop.
Save karlhorky/69434c06e30f4e1df2d6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
.component {
margin-top: 10px;
@at-root .affects-component #{&} {
margin-top: 0;
}
}
.component {
margin-top: 10px;
}
.affects-component .component {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment