Compass Hover Link
This file can be imported using:
@import "compass/utilities/links/hover-link"
View the Source for this module on Github.
Mixins
View Source: Sass | SCSShover-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