css-flip A CSS BiDi flipper. Generate left-to-right (LTR) or right-to-left (RTL) CSS from your source.
Issues with the output should be reported on the css-flip issues page.
$ npm install --save broccoli-css-flip
var flip = require('broccoli-css-flip');
tree = flip(tree);
options
are passed directly to css-flip.
MIT © Gabor Babicz