aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-27 12:17:08 -0800
committerMark Otto <[email protected]>2014-02-27 12:17:08 -0800
commit6bd54ef14b880ed71844011f71484ac2e6f7d132 (patch)
tree1877079f7f6f1fb42800d58d6ee7a48a09cb8aad
parentce4175b65e85dbc6ed7333fa19534afc8be016c9 (diff)
downloadbootstrap-6bd54ef14b880ed71844011f71484ac2e6f7d132.tar.xz
bootstrap-6bd54ef14b880ed71844011f71484ac2e6f7d132.zip
100% less tumah
-rw-r--r--less/mixins.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less
index cb3b12968..727cf55a1 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -376,14 +376,15 @@
// Retina images
//
-// Short retina mixin for setting background-image and -size
+// Short retina mixin for setting background-image and -size. Note that the
+// spelling of `min--moz-device-pixel-ratio` is intentional.
.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), // Not a typo
+ 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),