Sha256: a8711733d782decbd40350c042466393f004a9d4f39969e7a4d905a8d5f4ac84
Contents?: true
Size: 134 Bytes
Versions: 11
Compression:
Stored size: 134 Bytes
Contents
// Make line-height equal to an element's height @mixin line-and-height($height) { height: $height; line-height: $height - 2; }
Version data entries
11 entries across 11 versions & 3 rubygems