[Mobile] Push to show current

This commit is contained in:
Dave
2015-07-08 11:08:31 -07:00
parent 24fae72492
commit 3704d64560
9 changed files with 82 additions and 64 deletions

View File

@@ -33,6 +33,12 @@
}
}
@mixin phoneandtablet {
@media screen and (max-width: $tabMaxW) {
@content
}
}
@mixin desktop {
@media screen and (min-width: $compMinW) {
@content