I've been updating some internal stylesheets to use css logical properties for margins and padding.
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values
There seems to be broad browser support these days for this.
However, when exporting pages to PDF via Prince it seems like these properties are not having any effect?
I've attached screenshots of html vs pdf output from Prince 14.2
The markup on the example div was
```
margin-block-start: 1.875rem;
```
Thank you,
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values
There seems to be broad browser support these days for this.
However, when exporting pages to PDF via Prince it seems like these properties are not having any effect?
I've attached screenshots of html vs pdf output from Prince 14.2
The markup on the example div was
```
margin-block-start: 1.875rem;
```
Thank you,