Add print styles #2

Closed
opened 2021-06-27 14:57:58 +00:00 by tonymottaz · 0 comments
tonymottaz commented 2021-06-27 14:57:58 +00:00 (Migrated from codeberg.org)

Add print styles for articles. These styles should not be render blocking.

Add a stylesheet assets/single.print.scss which sets the print styles for single pages. Include the stylesheet with the print media attribute:

<link rel="stylesheet" href="single.print.css" media="print">
Add print styles for articles. These styles should not be render blocking. Add a stylesheet `assets/single.print.scss` which sets the print styles for single pages. Include the stylesheet with the `print` media attribute: ```html <link rel="stylesheet" href="single.print.css" media="print"> ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tonymottaz/tonymottaz.com#2
No description provided.