zopyx / print-css-rocks

CSS Paged Media tutorial and review of tools (repository for print-css.rocks)
https://print-css.rocks
168 stars 29 forks source link

Flexbox examples #1

Closed jmjpro closed 6 years ago

jmjpro commented 7 years ago

I would love to see some flexbox examples. I haven't had a luck getting tools such as prince or weasyprint to play nicely with flexbox. See for example this layout: https://codepen.io/jmjpro/full/JyVYQV/

zopyx commented 6 years ago

Flexbox is not part of the CSS Paged Media standard. Only PDFreactor supports Flexboxes. There is one example here http://www.pdfreactor.com/samples/

As far as I know: CSS grid will replace flexboxes.

Nothing I want to do here because it is neither standard nor supported by the majority of the tools.