[babel-plugin] Polyfill logical styles for borderRadius
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 10.3k
- Forks
- 481
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 13
Description
After float (tackled in https://github.com/facebook/stylex/pull/1237), borderRadius is the last property with borderline browser support (https://caniuse.com/mdn-css_properties_border-start-start-radius).
We can probably leverage https://github.com/nmn/postcss-logical-property-polyfill to polyfill it. Then we can finally be rid of maintaining an `ltr` and `rtl` string in `processStylexRules` and clean up huge portions of the codebase.
Contributor guide
Assessment
This issue has not been assessed yet.