[Mobile] Device
Removes desktop mixin settings that do not use device width and height.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user