Sha256: 8ff0f3d2549a498cf79329baee4012995c95c7f8b09031aa08469dd3c2cb567e
Contents?: true
Size: 529 Bytes
Versions: 22
Compression:
Stored size: 529 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
22 entries across 21 versions & 3 rubygems