[Mobile] Device

Removes desktop mixin settings
that do not use device width and
height.
This commit is contained in:
Dave 2015-07-10 11:40:14 -07:00
parent 9caa603a65
commit 61e1aeb1d8

View File

@ -48,6 +48,8 @@ $tabletHeight: "screen and #{$tabWidLanCheck} and #{$tabHeiLanCheck} and (orient
$compMinW: 801px; $compMinW: 801px;
$compMinH: 1025px; $compMinH: 1025px;
$compBoth: "screen and (min-device-width: #{$compMinW}) and (min-device-height: #{$compMinH})";
$leftPhone: $phoMaxW/2; $leftPhone: $phoMaxW/2;
$leftTab: $tabMaxW/2; $leftTab: $tabMaxW/2;