Skip to content

Commit

Permalink
[docs] Add a note in the docs about RTL support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolphe Courtier committed Jul 30, 2019
1 parent 976a21f commit b0eba08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -168,6 +168,9 @@ The above code would make the default progress bar red, instead of light blue. N
#### A note on using `react-with-styles-interface-css`
The default interface that `rheostat` ships with is the [CSS interface](https://github.com/airbnb/react-with-styles-interface-css). If you want to use this interface along with the theme registration method, you will need to rebuild the core `rheostat.css` file. We do not currently expose a utility method to build this file, but you can follow along with the code in https://github.com/airbnb/rheostat/blob/master/scripts/buildCSS.js to build your own custom themed CSS file.

### RTL Support

`rheostat` now supports automatic RTL rendering through [`react-with-direction`](https://github.com/airbnb/react-with-direction).

## Live Playground

Expand Down

0 comments on commit b0eba08

Please sign in to comment.