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

Add complete RTL support #553

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add complete RTL support #553

wants to merge 5 commits into from

Conversation

pmpr
Copy link

@pmpr pmpr commented Jan 7, 2019

Add full support for RTL languages, using $rtl varibale in all components and elements. Finally build new dist css files from src.

There exists some need to add helpers for directional elements like:

<body style="direction: rtl">
    <span>this is RTL text</span>
    ...
    <span "direction-ltr">this is LTR text</span>
    ...
</body>

Add full support for RTL languages, using $rtl varibale in all components and elements. Finally build new dist css files from src.
src/_codes.scss Outdated Show resolved Hide resolved
src/_chips.scss Outdated Show resolved Hide resolved
src/_buttons.scss Outdated Show resolved Hide resolved
Peyman Mohamadpour added 4 commits January 7, 2019 21:18
Cover houndci-bot notices. Also created RTL version of experientals
Increase the spacing befor backslashes, as the are not exactly the horizontally flipped version of slashes.
minor bugfix on steps for RTL (Right to Left direction) Steps where a visual bug was there
@davestewart davestewart mentioned this pull request Sep 20, 2023
30 tasks
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 this pull request may close these issues.

None yet

2 participants