Sha256: 0352be549a8336c7a7a6a864846da3136032f427b02e987102d1a3d639169ec6
Contents?: true
Size: 533 Bytes
Versions: 68
Compression:
Stored size: 533 Bytes
Contents
// Set all the colors for a link with one mixin call // Order of arguments is: // normal, hover, active, visited, focus // states not specified will inherit. // Mixin like so: // a // +link-colors(#00c, #0cc, #c0c, #ccc, #cc0) =link-colors(!normal, !hover = false, !active = false, !visited = false, !focus = false) :color= !normal @if !visited &:visited :color= !visited @if !focus &:focus :color= !focus @if !hover &:hover :color= !hover @if !active &:active :color= !active
Version data entries
68 entries across 68 versions & 9 rubygems