Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Created August 7, 2015 15:06
Show Gist options
  • Save crazyrohila/aab64ef3d32e4f10805e to your computer and use it in GitHub Desktop.
Save crazyrohila/aab64ef3d32e4f10805e 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