diff options
| author | Mark Otto <[email protected]> | 2014-12-22 20:06:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-22 20:06:58 -0800 |
| commit | d44a1f24bfc6fd2c4233acccd8668c9ad1dd4e4d (patch) | |
| tree | b36da383743cd6433be83c89590cde7dacda22ac | |
| parent | d06dcd8431b000bf20ad0440dd8d0d84ee8d221b (diff) | |
| parent | 4d8559f8956ae26f0c967fe6d3143be8bc793ae6 (diff) | |
| download | bootstrap-d44a1f24bfc6fd2c4233acccd8668c9ad1dd4e4d.tar.xz bootstrap-d44a1f24bfc6fd2c4233acccd8668c9ad1dd4e4d.zip | |
Merge pull request #51 from twbs/old-firefox-device-pixel-ratio
Remove min--moz-device-pixel-ratio
| -rw-r--r-- | scss/mixins/_image.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/mixins/_image.scss b/scss/mixins/_image.scss index f25e0ab21..bec9626f6 100644 --- a/scss/mixins/_image.scss +++ b/scss/mixins/_image.scss @@ -16,15 +16,13 @@ // 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), |
