Skip to content

Blueprint Documentation: Print

unthinkingly edited this page Sep 13, 2010 · 6 revisions

The print stylesheet does sensible things for print.

  • Shows the full URL for link like this:

=blueprint-show-link-urls
&:after
:content " (" attr(href) “)”
:font-size 90%

which is pretty nice.

also it does some best-guesses at making your page work for print:

  • adds some extra definition to hr tags
  • sets your fonts according to blueprint_font_family (which is defined by your @import modules/typography.sass )

As always, refer to the source code: compass/frameworks/blueprint/stylesheets

Clone this wiki locally