Sha256: 983d9b6a8a80dbbcf9e654c7d683a574c3b80e82ec9bfdce8c5a0ed2607ba9c4
Contents?: true
Size: 153 Bytes
Versions: 88
Compression:
Stored size: 153 Bytes
Contents
// a link that only has an underline when you hover over it @mixin hover-link { text-decoration: none; &:hover { text-decoration: underline; } }
Version data entries
88 entries across 84 versions & 11 rubygems