sidebase / nuxt-pdf

📄 A easy to use, pdf exporting module to convert Nuxt 3 components into downloadable PDFs.
https://sidebase.io/nuxt-pdf/getting-started
MIT License
102 stars 11 forks source link

Add support for Tailwind Classes "break-inside-*", "break-after-*", "break-before-*" #38

Open mfito opened 2 months ago

mfito commented 2 months ago

Describe the feature

I'd like to see support of CSS Page-Break-Options. So for example, that an element with Tailwind-Class "break-inside-avoid" is automatically moved to the next page if it doesn't fit in the current page.

Additional information

No response