]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #12851: it's not a tumah
authorMark Otto <otto@github.com>
Thu, 27 Feb 2014 19:08:24 +0000 (11:08 -0800)
committerMark Otto <otto@github.com>
Thu, 27 Feb 2014 19:08:24 +0000 (11:08 -0800)
less/mixins.less

index 4432cfc2dbb9413823f852fc1b6253c026d62860..66fd041f6fd33c6d96f4a32bbbc8cc0de8f0c7d5 100644 (file)
 
   @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),