This commit is contained in:
Pomax 2014-02-04 12:16:38 -05:00
Родитель 6e0b8fb96c
Коммит a180948535
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -8,3 +8,5 @@ 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.