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…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.