airbnb / react-with-styles-interface-aphrodite

Interface to use react-with-styles with Aphrodite
MIT License
54 stars 14 forks source link

Add RTL support #15

Closed majapw closed 7 years ago

majapw commented 7 years ago

This PR adds automatic RTL support to the Aphrodite interface by leveraging the rtl-css-js as well as Aphrodite's plugin API.

This change will require https://github.com/airbnb/react-with-styles/pull/95 to work properly.

I've tested this in one of our repos and it works as expected.

@lencioni @ljharb @yzimet @airbnb/webinfra could y'all take a look?

Still TODO:

majapw commented 7 years ago

@ljharb I've addressed your comment. PTAL!