Sha256: 0a59a6b26f852bf22f3d74ed13b3255389397853d49f159d5d5c28bad77e3c5c
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 Bytes
Contents
// Converted Variables // Custom Media Query Variables /* LINKS Docs: http://tachyons.io/docs/elements/links/ */ .link { text-decoration: none; transition: color .15s ease-in; } .link:link, .link:visited { transition: color .15s ease-in; } .link:hover { transition: color .15s ease-in; } .link:active { transition: color .15s ease-in; } .link:focus { transition: color .15s ease-in; outline: 1px dotted currentColor; }
Version data entries
14 entries across 14 versions & 5 rubygems