RSSAmplifier

Chris Coleman · Oct 22, 2012

Link color mixin

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I needed a mixin for links, so I made this . I want to be able to have linked headings look just like normal headings, without inheriting the color for standard links. For example, for standard links, I’ll include this: a { @include links ; } Since I don’t want my headings to stand out as links, I’ll do this for them: h1 a { @include links ( $link : #222 , $visited : #222 ) ; } To break this down…

Read on illtron.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.