Feature Request: Transform CSS Logical Properties to Physical Properties for Legacy Browser Support #7272
Labels
good first issue
*** Welcome to PrimeVue Family! *** Good issue!
Resolution: Needs Upvote 👍
Support this idea or feature by adding an upvote. Community feedback helps with prioritization.
I would like to request a feature to support transforming CSS logical properties to physical properties for better browser compatibility, similar to what Ant Design Vue provides.
Currently, CSS logical properties have limited support in older browsers. By transforming logical properties to their physical counterparts (like converting
margin-inline
tomargin-left
/margin-right
), we can ensure consistent layout behavior across different browser versions.Reference implementation from Ant Design Vue:
This feature would allow developers to:
Would the PrimeVue team consider adding this compatibility transformer feature?
The text was updated successfully, but these errors were encountered: