This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Set a background image at 1x and 2x. | |
https://gist.github.com/3895807 | |
@param {String} $name Image name. | |
@param {String} $ext File extension, e.g.: '.png'. | |
*/ | |
@mixin retina-bg($name, $ext) { | |
@include squish-text; | |
$image: '#{$name}#{$ext}'; |