This file can be imported using:
@import "compass/typography/links/hover-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