Skip to content

Instantly share code, notes, and snippets.

@Snugug
Created February 13, 2015 21:49
Show Gist options
  • Select an option

  • Save Snugug/931c723be5d36a087a3a to your computer and use it in GitHub Desktop.

Select an option

Save Snugug/931c723be5d36a087a3a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// ----
.foo {
color: red;
@at-root {
#{selector-append(a, &)} {
color: red;
}
}
}
.foo {
color: red;
}
a.foo {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment