Print Style Sheet
Open
2
enhancement
- Dominant language
- CSS
- Stars
- 9
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
We need to account for what happens when a user tries to print a page from the website.
We can lean on print media queries for this.
```css
@media print {
/* print-specific styles here */
}
```
Contributor guide
Research direction
Locate the website's CSS stylesheet and review how its pages render when printed. Use the issue's @media print example as the starting point; done means the website has print-specific styling that accounts for printing pages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100