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
We don't support RTL in the storybook, the grunt build RTL is applicable only for the plugin css. It turns the entire css to RTL.
Add support for RTL in the storybooks
We need to add RTL classes and not rely on the grunt tasks that build the rtl css for the plugin.
No
yst-text-right
yst-text-left
yst-text-start
yst-text-end
translate-x
yst-gap
Direction
The text was updated successfully, but these errors were encountered:
Needs TailwindCSS v3.3.0+ for:
Add logical properties support for inline direction (tailwindlabs/tailwindcss#10166)
Sorry, something went wrong.
igorschoester
Successfully merging a pull request may close this issue.
Context: Why was this issue created?
We don't support RTL in the storybook, the grunt build RTL is applicable only for the plugin css.
It turns the entire css to RTL.
What is the goal of this issue?
Add support for RTL in the storybooks
What needs to be done to achieve the goal?
We need to add RTL classes and not rely on the grunt tasks that build the rtl css for the plugin.
Does the issue still need UX or research?
No
If available: what are the tips for fixing the problem or possible solutions?
yst-text-right
oryst-text-left
use something that in in the context of the direction:yst-text-start
oryst-text-end
.translate-x
classes, like with the tooltip.yst-gap
What is the expected result/behavior?
Direction
on the top left corner.Should documentation be added or updated for this change? and if so, where?
No
The text was updated successfully, but these errors were encountered: