Sha256: 279877e2f4f546a800eb69e61a949f35dd70eed540829aa59223c7678a5c27f5
Contents?: true
Size: 158 Bytes
Versions: 2
Compression:
Stored size: 158 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
2 entries across 2 versions & 1 rubygems