Skip to content

Instantly share code, notes, and snippets.

@rdmurphy
Created August 5, 2015 22:40
Show Gist options
  • Select an option

  • Save rdmurphy/fe1c81c8ab56ff8dffb0 to your computer and use it in GitHub Desktop.

Select an option

Save rdmurphy/fe1c81c8ab56ff8dffb0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.story-box {
&__header {
font-weight: 500;
.story-box:hover & {
text-decoration: underline;
}
}
}
.story-box__header {
font-weight: 500;
}
.story-box:hover .story-box__header {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment