Makes a link appear like regular text. Not supported by IE 6 or 7.
This file can be imported using:
@import "compass/typography/links/unstyled-link"
=unstyled-link color: inherit text-decoration: inherit cursor: inherit &:active, &:focus outline: none
@mixin unstyled-link { color: inherit; text-decoration: inherit; cursor: inherit; &:active, &:focus { outline: none; } }
A link that looks and acts like the text it is contained within