From 2e02ed4e0c285ef36726f553e82819e76ec109fd Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Thu, 27 Feb 2014 11:08:24 -0800
Subject: [PATCH] Fixes #12851: it's not a tumah

---
 less/mixins.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/mixins.less b/less/mixins.less
index 4432cfc2db..66fd041f6f 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),
-- 
GitLab