Skip to content

Instantly share code, notes, and snippets.

@parhumm
Created February 9, 2016 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parhumm/92afbf8ab8b2e8475406 to your computer and use it in GitHub Desktop.
Save parhumm/92afbf8ab8b2e8475406 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
a {
color: blue;
&:hover {
color: red;
}
&:focus,
&:active {
color: pink;
}
}
a {
color: blue;
}
a:hover {
color: red;
}
a:focus,
a:active {
color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment