Compass Hover Link
This file can be imported using:
@import "compass/utilities/links/hover-link"
Mixins
view sourcehover-link
=hover-link
text-decoration: none
&:hover
text-decoration: underline
@mixin hover-link {
text-decoration: none;
&:hover {
text-decoration: underline; } }
a link that only has an underline when you hover over it