Sha256: 970b77ce082282dfd05a5e8349f12ed7961d3dce75cc70cf7b7ac3ffa70fed6b
Contents?: true
Size: 162 Bytes
Versions: 26
Compression:
Stored size: 162 Bytes
Contents
// a link that only has an underline when you hover over it @mixin hover-link { text-decoration: none; &:hover, &:focus { text-decoration: underline; } }
Version data entries
26 entries across 26 versions & 4 rubygems