Better compatability with CSS libraries like Tailwind, Bootstrap #16809
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
CSS libraries mainly use reset css that has an effect on PrimeVue CSS like, we should add the following for better compate;
Box-sizing for Pseudo
Tailwind and Bootstrap adds box-sizing to before and after as well, we only have it for *.
line-height
For now, we can treat line-height as font-family, where PrimeVue components retrieve it from the document setting since it is inherited. In the future we can add a line-height token. Tailwind and Bootstrap set it as 1.5 which may break some components.
The text was updated successfully, but these errors were encountered: