Q
Version: 1.0.1
Source on Github

Compass Link Colors

This file can be imported using: @import "compass/typography/links/link-colors"

Mixins

view source

Set all the colors for a link with one mixin call. Order of arguments is:

  1. normal
  2. hover
  3. active
  4. visited
  5. focus

Those states not specified will inherit. Mixin to an anchor link like so: a +link-colors(#00c, #0cc, #c0c, #ccc, #cc0)