]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove min--moz-device-pixel-ratio
authorChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 00:32:25 +0000 (16:32 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 23 Dec 2014 00:32:25 +0000 (16:32 -0800)
Bootstrap v4 no longer supports the old versions of Firefox affected by this typo bug.

scss/mixins/_image.scss

index f25e0ab21d34123a26c9e90707fc84fd1f9193d7..bec9626f60c93c982a1d7c70b7b43b191777a76a 100644 (file)
 
 // Retina image
 //
-// Short retina mixin for setting background-image and -size. Note that the
-// spelling of `min--moz-device-pixel-ratio` is intentional.
+// Short retina mixin for setting background-image and -size.
 
 @mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
   background-image: url("#{file-1x}");
 
   @media
   only screen and (-webkit-min-device-pixel-ratio: 2),
-  only screen and (   min--moz-device-pixel-ratio: 2),
   only screen and (     -o-min-device-pixel-ratio: 2/1),
   only screen and (        min-device-pixel-ratio: 2),
   only screen and (                min-resolution: 192dpi),