Sha256: 73a63c0a7be69a8feea5e15e0692cbb7bba1e12d0cb566636ecc8ca65888ed17
Contents?: true
Size: 280 Bytes
Versions: 59
Compression:
Stored size: 280 Bytes
Contents
// This mixin will expand the clickable area for a link to make it easier to click on a touch-enabled // device. @mixin touch-friendly-links($padding: 3px) { a { padding: $padding; margin: -1 * $padding; outline-color: transparent; display: inline-block; } }
Version data entries
59 entries across 59 versions & 1 rubygems