[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:57 -07:00
parent 61e1aeb1d8
commit 4d4776e0ef
3 changed files with 4 additions and 5 deletions

View File

@@ -43,8 +43,7 @@
//}
@mixin desktop {
@media screen and (min-device-width: $compMinW) and (orientation: portrait),
screen and (min-device-width: $compMinH) and (orientation: landscape) {
@media #{$compBoth} {
@content
}
}