Sha256: ba1e2bb293d8ac130799917b870331c10ed38a669d1e79eaa59a8c7b65f19320
Contents?: true
Size: 970 Bytes
Versions: 15
Compression:
Stored size: 970 Bytes
Contents
// stylelint-disable declaration-no-important, selector-no-qualifying-type // Source: https://github.com/h5bp/main.css/blob/master/src/_print.css // ========================================================================== // Print styles. // Inlined to avoid the additional HTTP request: // https://www.phpied.com/delay-loading-your-print-css/ // ========================================================================== @if $enable-print-styles { @media print { * { background: transparent !important; color: black !important; filter: none !important; -ms-filter: none !important; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } // Don't show links for images, or javascript/internal links ul, ol, img { page-break-inside: avoid; } } } .page-break { margin-top: ($spacer * 4); margin-bottom: ($spacer * 4); @media print { page-break-after: always; } }
Version data entries
15 entries across 15 versions & 1 rubygems