Skip to content

Instantly share code, notes, and snippets.

@carlwood
Last active August 25, 2016 17:08
Show Gist options
  • Save carlwood/4247614 to your computer and use it in GitHub Desktop.
Save carlwood/4247614 to your computer and use it in GitHub Desktop.
Link colours compass mixin

#SASS Link Colours shorthand

link-colors($normal, $hover, $active, $visited, $focus)

usage:

@import "compass/typography/links/link-colors"

a {
    +link-colors(#00c, #0cc, #c0c, #ccc, #cc0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment