2010-01-28 08:07:44 +00:00
|
|
|
---
|
|
|
|
title: Blueprint Print
|
|
|
|
crumb: Print
|
|
|
|
framework: blueprint
|
2010-04-12 09:46:33 +00:00
|
|
|
stylesheet: blueprint/_print.scss
|
2010-04-21 06:33:48 +00:00
|
|
|
layout: blueprint
|
2010-01-28 08:07:44 +00:00
|
|
|
classnames:
|
|
|
|
- reference
|
2010-04-21 16:03:13 +00:00
|
|
|
- blueprint
|
2010-01-28 08:07:44 +00:00
|
|
|
---
|
|
|
|
- render 'reference' do
|
2010-05-16 16:35:44 +00:00
|
|
|
:markdown
|
|
|
|
The print stylesheet does sensible things for the printed page.
|
|
|
|
|
|
|
|
It's important to note that the grid layout is not applied to the printed page.
|
|
|
|
|
|
|
|
You probably want to set non-content sections like headers, footers, asides, and navs
|
|
|
|
to `display: none;` in your printed page.
|
|
|
|
|
|
|
|
See the [compass print utilities][pr_utils] for related functionality.
|
|
|
|
[pr_utils]: /docs/reference/compass/utilities/print/
|