We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spec: https://drafts.csswg.org/css-logical/
We need a logical version for CSS gradients.
In ProtonMail, we are using a gradient to manage upload progress for attachments, here an example in Farsi (RTL)
Actually, we have to detect if user is using a RTL language, and adapt the
Either logical keyword or something like:
logical
linear-gradient(to inline-end,... linear-gradient(to inline-start,... linear-gradient(to block-start,... linear-gradient(to block-end,...
Thanks :)
The text was updated successfully, but these errors were encountered:
Duplicate of #1724
Sorry, something went wrong.
No branches or pull requests
Spec: https://drafts.csswg.org/css-logical/
We need a logical version for CSS gradients.
Use case
In ProtonMail, we are using a gradient to manage upload progress for attachments, here an example in Farsi (RTL)
Actually, we have to detect if user is using a RTL language, and adapt the
Solution
Either
logical
keyword or something like:Thanks :)
The text was updated successfully, but these errors were encountered: