WIP
An Ember CLI Addon that creates right-to-left version of each of your CSS files using css-flip.
- Compile vendor styles, too.
From within your Ember CLI application (must be >= 0.0.41), run the following:
npm install --save-dev ember-cli-bidiThe RTL files are all suffixed with .rtl, so for ex. app.css will have an app.rtl.css version next to it.
NOTE: You're responsible for linking the stylesheets in your index.html, until I gain a bit more knowledge about the most common scenarios and implement a solution based on that.
MIT © Gabor Babicz