primefaces / primeflex

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well

Home Page:https://www.primefaces.org/primeflex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support margin-inline-start, margin-inline-end, padding-inline-start, padding-inline-end

forNoor opened this issue · comments

for supporting ltr and rtl start and end margin, using margin-inline-start, margin-inline-end, padding-inline-start, padding-inline-end is needed.
if we use for example ml-2 for ltr layout we must to change it to mr-2 in rtl layout (suppose a UI that user can change layout and language from arabic or persian to english)
but if we have ms-2 (that means margin-inline-startl) both two layout is supported.
in some library such as bootstrap this feature exists.

thanks.

+1 for this issue, Spacing utilities are not working properly in RTL, This change will help.