@mixin image-set($img1, $img2) {
  background-image: url(#{$img1});

  background-image: -webkit-image-set(url(#{$img1}) 1x, url(#{$img2}) 2x);
}