-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrade rtlcss to v4.0.0 #43208
Upgrade rtlcss to v4.0.0 #43208
Conversation
:root[dir="rtl"] .editor-post-saved-state.has-text.has-icon { | ||
justify-content: right; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer needed now that rtlcss flips the value
Size Change: -36 B (0%) Total Size: 1.28 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Storybook examples look good (including that modal fix). I ran a smoke test of the editor, didn't spot any regressions.
Thanks @ciampo! I'll rebase the PR later today and make sure the CI passes before merging. |
What?
Upgrading rtlcss to latest version.
Why?
Upgrading rtlcss fixes some RTL issues I spotted. See screenshots. V4 support flipping left and right in
justify-content
.How?
Upgrade rtlcss to v4.0.0. Also upgrade postcss as rtlcss has a dependency on postcss ^8.4.6.
Testing Instructions
Screenshots or screencast