Skip to content

Instantly share code, notes, and snippets.

@piouPiouM
Created February 24, 2015 10: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 piouPiouM/539f90d0b8fb13d42134 to your computer and use it in GitHub Desktop.
Save piouPiouM/539f90d0b8fb13d42134 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;
}
// (piouPiouM) @at-root is useless:
.affects-component & {
margin-top: 0;
}
}
.component {
margin-top: 10px;
}
.affects-component .component {
margin-top: 0;
}
.affects-component .component {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment