diff options
| author | Mark Otto <[email protected]> | 2014-02-27 11:08:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-27 11:08:24 -0800 |
| commit | 2e02ed4e0c285ef36726f553e82819e76ec109fd (patch) | |
| tree | 84638970bf605c397851eb4e5397fcf8da0dcc26 | |
| parent | 4d527f925109a75ab88ff8ec811b781190372506 (diff) | |
| download | bootstrap-2e02ed4e0c285ef36726f553e82819e76ec109fd.tar.xz bootstrap-2e02ed4e0c285ef36726f553e82819e76ec109fd.zip | |
Fixes #12851: it's not a tumah
| -rw-r--r-- | less/mixins.less | 2 |
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), |
