hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs
MIT License
238 stars 79 forks source link

flex-box-property #86

Open Navakanth-Nava opened 2 years ago

Navakanth-Nava commented 2 years ago

Flex-box properties are not working in css

MowglyOrizon commented 1 year ago

@Navakanth-Nava any fix on his planned?

mjaime29 commented 11 months ago

in order to use flex properties you need to define all the compatibility:

display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;