Skip to content

Instantly share code, notes, and snippets.

@BuddyLReno
Last active August 29, 2015 14:23
Show Gist options
  • Save BuddyLReno/1967c5cad3ab20b8e588 to your computer and use it in GitHub Desktop.
Save BuddyLReno/1967c5cad3ab20b8e588 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.SpeakerList {
$baseComponent: &;
$compactComponent: selector-append($baseComponent, --compact);
&-image {
border-radius: 0;
#{$compactComponent} & {
border-radius: 50%;
}
}
}
.SpeakerList-image {
border-radius: 0;
}
.SpeakerList--compact .SpeakerList-image {
border-radius: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment