Skip to content

Instantly share code, notes, and snippets.

@bradrice
Created May 7, 2015 15:10
Show Gist options
  • Select an option

  • Save bradrice/b744de64ca243fb75b8e to your computer and use it in GitHub Desktop.

Select an option

Save bradrice/b744de64ca243fb75b8e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<a class="mylink">A link</a></a>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
@import "compass";
a.mylink {
@include hover-link;
color: blue;
}
a.mylink {
text-decoration: none;
color: blue;
}
a.mylink:hover, a.mylink:focus {
text-decoration: underline;
}
<a class="mylink">A link</a></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment