0.0.2 • Published 9 years ago

broccoli-css-flip v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

broccoli-css-flip Build Status

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.

Install

$ npm install --save broccoli-css-flip

Usage

var flip = require('broccoli-css-flip');
tree = flip(tree);

API

flip(tree, options)

Options

options are passed directly to css-flip.

License

MIT © Gabor Babicz