Skip to content

Instantly share code, notes, and snippets.

@manoelneto
manoelneto / input.scss
Last active December 30, 2015 11:39 — forked from twe4ked/input.scss
Compass mixin retira display
@mixin background-image-retina($file, $type) {
$fileName : $file + '.' + $type;
$retinaFileName : $file + '@2x.' + $type;
$width : image-width($fileName);
$height : image-height($fileName);
width: $width;
height: $height;