WeasyPrint
WeasyPrint copied to clipboard
Add support for `row-gap` and `gap` properties in flex layout
As of https://github.com/Kozea/WeasyPrint/issues/60 being fixed, we have had support for the column-gap property; I think we should also add in row-gap and gap properties. I can maybe take a look later to see how much work it would be to implement this myself, but I think it might not be so easy. Perhaps we can use the PR linked in #60 to help?
Hi!
Having column-gap supported for multi-column layout is only the first step. row-gap and gap work on very different environments (flex, grid…) and require a lot of changes to be handled correctly.