Sha256: 94ddb6a5ff28f0c049bc225ef96d40b693a7e4fe93049d02c20693b63ef47024
Contents?: true
Size: 371 Bytes
Versions: 2
Compression:
Stored size: 371 Bytes
Contents
/* Removes any text from an element and replaces it with an image */ .f-ir { display : block; text-indent : -9999em; overflow : hidden; background-repeat : no-repeat; text-align : left; direction : ltr; } @mixin image-replace($img) { @extend .f-ir; height:image_height($img); width:image_width($img); }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
stitch-0.0.3 | stylesheets/stitch/patterns/images/_image-replace.scss |
compass-stitch-0.0.1 | stylesheets/stitch/patterns/images/_image-replace.scss |