INACTIVE - http://mzl.la/ghe-archive - A helper for CSS rwriting to turn right-to-left into left-to-right and vice versa
Перейти к файлу
Mike Kamermans 02410b7a4f Merge pull request #1 from Pomax/patch-1
nice type
2014-03-03 11:14:40 -08:00
.gitignore first post 2014-02-04 12:15:33 -05:00
README.md nice type 2014-03-03 10:54:14 -08:00
index.js @media query support 2014-02-04 15:28:37 -05:00
package.json 0.0.3 2014-02-04 15:28:47 -05:00
test.js @media query support 2014-02-04 15:28:37 -05:00

README.md

A helper for CSS rwriting to turn right-to-left into left-to-right and vice versa

var rtltr = require("rtltr");
var cssText = ...;
var flipped = rtltr.flip(cssText);

Use this to automate the job of changing directionality in your CSS as part of an automated build process

Use node test for the moment to verify the library does what it should be doing. There are very few tests at the moment.