Add print media type to +tablet mixin media query

This commit is contained in:
Peter Kiss 2017-03-27 13:37:45 +02:00 committed by Jeremy Thomas
parent 69b0f22a4a
commit 3b7a4ea4f5

View File

@ -179,7 +179,7 @@
@content
=tablet
@media screen and (min-width: $tablet)
@media screen and (min-width: $tablet), print
@content
=tablet-only