-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
While browsing through the issues, I found that most Bootstrap-related issues are referring to the same two things:
- isRemoteEnabled
- box-sizing
So I'm suggesting to create a dedicated wiki page for that - even more since adding third-party CSS frameworks into PDF's is probably going to get more popular (not less).
Some more questions I would be interested in:
- When adding Bootstrap (one way or the other), will the final PDF include the entire Bootstrap code? Or is there some magic in place that removes unused styles? If no, Google (Lighthouse) recommends https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules
- What's your recommended approach? Do you have a rule of thumb if it's better to copy just the styles you need, or really try to add Bootstrap?