How can I create a layout for my print> 768px for printing? I think I'm back to the mobile layout. I am using the fix https://github.com/zurb/foundation/issues/1285 Any help would be greatly appreciated. Thnx.
Immediately after @import "settings"; in app.scss add:
$small: "print, screen and (min-width:"#{$small-screen}")";
This seems to work.