Skip to content

Instantly share code, notes, and snippets.

@iamcarrico
Created August 5, 2015 22:45
Show Gist options
  • Save iamcarrico/9d0c13c3dfd175e1663c to your computer and use it in GitHub Desktop.
Save iamcarrico/9d0c13c3dfd175e1663c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.story-box {
&__header {
font-weight: 500;
}
&:hover &__header {
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