lentil 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +0,0 @@
1
- $print-styles: false !default;
2
-
3
- // print style
4
- @if ($print-styles) {
5
- @media print {
6
- * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
7
- a, a:visited { text-decoration: underline; }
8
- a[href]:after { content: " (" attr(href) ")"; }
9
- abbr[title]:after { content: " (" attr(title) ")"; }
10
- .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
11
- pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
12
- thead { display: table-header-group; } /* h5bp.com/t */
13
- tr, img { page-break-inside: avoid; }
14
- img { max-width: 100% !important; }
15
- @page { margin: 0.5cm; }
16
- p, h2, h3 { orphans: 3; widows: 3; }
17
- h2, h3 { page-break-after: avoid; }
18
- }
19
- }