aanckar / react-pdf-tailwind

Use Tailwind CSS to style PDFs created with react-pdf
315 stars 11 forks source link

Invalid class `justify-stretch` #17

Closed trijpstra-fourlights closed 1 year ago

trijpstra-fourlights commented 1 year ago

The class justify-stretch is not recognized, but as far as I can tell, justifyContent: stretch is supported in react-pdf. Using it results in the following warning:

react-pdf-tailwind: Invalid class "justify-stretch"

Tailwind documentation: https://tailwindcss.com/docs/justify-content#stretch

trijpstra-fourlights commented 1 year ago

Never-mind, I should've checked that these properties are actually supported by @react-pdf/types.