Sha256: 3a9354aa4813f3e40928bc444c63b0678ea9ee832b10639c39e61efc08c2a5a5
Contents?: true
Size: 863 Bytes
Versions: 64
Compression:
Stored size: 863 Bytes
Contents
// Classes that are useful for controlling what gets printed. // You must mix +print-utilities into your print stylesheet // and +print-utilities("screen") into your screen stylesheet. // Note: these aren't semantic. =print-utilities(!media = "print") @if !media == "print" .noprint, .no-print :display none address, blockquote, center, dir, div, dd, dl, dt, fieldset, form, frameset, h1, h2, h3, h4, h5, h6, hr, isindex, li, menu, noframes, noscript, ol, p, pre, table, tbody, td, tfoot, th, thead, tr, ul &.print-only :display block a, abbr, acronym, b, basefont, bdo, big, br, cite, code, dfn, em, font, i, img, input, kbd, label, q, s, samp, select, small, span, strike, strong, sub, sup, textarea, tt, u, var &.print-only :display inline @else .print-only :display none
Version data entries
64 entries across 64 versions & 9 rubygems