How can i get my > 768px layout to work for printing? I seems to fallback to a mobile layout. I'm using the fix https://github.com/zurb/foundation/issues/1285 Any help would be highly appreciated. Thnx.
Just after @import "settings"; in app.scss add:
$small: "print, screen and (min-width:"#{$small-screen}")";
This seems to work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With