R2
R2 copied to clipboard
a CSS LTR ∞ RTL converter for i18 friendly layouts
All your tests are passing. I checked it. Would you mind releasing a new NPM package as well once you get this?
Updated css package to the latest version. CSS below 2.2.4 uses old version of atob, versions of atob before 2.1.0 uninitialized Buffers when number is passed in input on Node.js...
There doesn't appear to be any License associated with R2. I was looking at using it for a project, but need to be aware of the license first. Is there...
Hi there, I have just used your amazing tool. It surely is a time and life saver, however it had a problem with swapping for shadows and transitions. In my...
CSSOM seems to be twice as fast and a closer match to the [official CSS parsing specs](http://www.w3.org/TR/css3-syntax/#tokenizing-and-parsing) so give it a shot when possible.
Currently r2 doesn't address icon fonts such as [FontAwesome](http://fontawesome.io) Since this seems quite a specific, it doesn't exactly meet the requirements to land this in the core of r2. It's...
I haven't ran into this yet, but I think we may need to consider adding support to gradients. Given: ``` = linear-gradient( [ [ [top | bottom] || [left |...