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

feat!: support RTL direction #1111

Merged
merged 3 commits into from
Nov 13, 2023
Merged

feat!: support RTL direction #1111

merged 3 commits into from
Nov 13, 2023

Conversation

amje
Copy link
Contributor

@amje amje commented Nov 8, 2023

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@amje amje mentioned this pull request Nov 9, 2023
44 tasks
"rules": {
"csstools/use-logical": ["always", {"except": ["float", "width", "min-width", "max-width", "height", "min-height", "max-height"]}],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this props are exception?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

float has weak browsers support, widht and height needed for different writing-mode which we are not planning to support now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that would be better to add new function for dir toggle instead of putting new logic here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@amje amje merged commit 86668fe into next Nov 13, 2023
3 checks passed
@amje amje deleted the css-rtl-support branch November 13, 2023 16:03
ogonkov pushed a commit that referenced this pull request Nov 27, 2023
amje added a commit that referenced this pull request Dec 6, 2023
amje added a commit that referenced this pull request Feb 1, 2024
amje added a commit that referenced this pull request Feb 6, 2024
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.

7 participants