[Mobile] Constants

Re-edited media query constants
to be cleaner and consistent.
This commit is contained in:
Shivam Dave
2015-07-13 13:11:27 -07:00
parent b00eee00fc
commit 7d09df9a85
6 changed files with 19 additions and 27 deletions

View File

@@ -37,16 +37,9 @@
}
}
//@mixin phoneandtablet {
// @media screen and (max-width: $tabMaxW) and (orientation: portrait),
// screen and (max-width: $tabMaxH) and (orientation: landscape) {
// @content
// }
//}
@mixin desktop {
@media #{$compWidth},
#{$compHeight} {
@media #{$desktopPortrait},
#{$desktopLandscape} {
@content
}
}