aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-27 11:08:24 -0800
committerMark Otto <[email protected]>2014-02-27 11:08:24 -0800
commit2e02ed4e0c285ef36726f553e82819e76ec109fd (patch)
tree84638970bf605c397851eb4e5397fcf8da0dcc26 /less
parent4d527f925109a75ab88ff8ec811b781190372506 (diff)
downloadbootstrap-2e02ed4e0c285ef36726f553e82819e76ec109fd.tar.xz
bootstrap-2e02ed4e0c285ef36726f553e82819e76ec109fd.zip
Fixes #12851: it's not a tumah
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 4432cfc2d..66fd041f6 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -379,7 +379,7 @@
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
- only screen and ( min--moz-device-pixel-ratio: 2),
+ only screen and ( min--moz-device-pixel-ratio: 2), // Not a typo
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),