Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How Can Handle Css logical props #2105

Closed
khaledOghli opened this issue Jan 23, 2023 · 1 comment · Fixed by #2118
Closed

How Can Handle Css logical props #2105

khaledOghli opened this issue Jan 23, 2023 · 1 comment · Fixed by #2118

Comments

@khaledOghli
Copy link

Is there any way or plugin to handle logical properties !?

@sibbng
Copy link
Member

sibbng commented Jan 26, 2023

We already support a bunch of logical properties. #2118 will add new ones.

You can find all supported utility classes by searching the property name on https://uno.antfu.me/

If there are no utility classes for the logical property you want to use I would suggest you use the arbitrary property feature:

<div class="[margin-inline:10px]"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants