Hacker News new | ask | show | jobs
by hombre_fatal 2410 days ago
It's apparently made for printing online content, not reading in the browser / on your phone.
2 comments

We have media queries, there’s no need to break one to make the other look good
Maybe I don't understand the project, but the top of the docs shows that it all goes inside the @media print{...} media query.
Sure, just make another @media screen {…}
Which didn't work in Safari on my mac. Looked like it did in FF, but only got the first 16 pages for some reason.