hajareshyam / pdf-creator-node

This package is used to generate HTML to PDF in Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flex-box-property

Navakanth-Nava opened this issue · comments

Flex-box properties are not working in css

@Navakanth-Nava any fix on his planned?

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

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