Sha256: 248cbce8919b8c49e50a66dcad8768184b31530ce08148123ad0c6eeacacb3f4
Contents?: true
Size: 275 Bytes
Versions: 7
Compression:
Stored size: 275 Bytes
Contents
// Set HiDPI (Retina) image background. // // .loader // background-repeat: repeat-x // +hidpi-background("nice/button.png") @mixin hidpi-background($path) background-image: image-url($path) background-size: (image-width($path) / 2) (image-height($path) / 2)
Version data entries
7 entries across 7 versions & 1 rubygems