Right to Left language support? #4418
ShaggyDude
started this conversation in
Ideas
Replies: 1 comment
-
Here is an example for .space.space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0;
margin-right: calc(4rem * var(--space-x-reverse));
margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
@supports (margin-inline-start: 0) {
margin-left: unset;
margin-inline-start: calc(4rem * calc(1 - var(--space-x-reverse)));
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is Right to Left language support a thing now? It is pretty easy to add if not.
Beta Was this translation helpful? Give feedback.
All reactions