Open remy-actual opened 8 years ago
Print Styles Foundation includes print styles developed by HTML5 Boilerplate to give you some basic print-specific styles. These are activated when you print through a media query. It includes:
- Clearing out backgrounds, box shadows and text shadows
- Appending link URLs after the anchor text
- Adding borders to
<blockquote>
and<pre>
elements- Page cleanup and window minimization
On top of that, Foundation includes a couple of simple classes you can use to control elements printing, or not printing. Simply attach .show-for-print to an element to only show when printing, and .hide-for-print to hide something when printing. -- from Zurb Foundation Docs