Awesome
lasso-rtl-css
Plugin for Lasso.js to support RTL css by transforming CSS from left-to-right to right-to-left using rtlcss npm package.
Usage
npm install lasso-rtl-css --save
Register the plugin when configuring the lasso.
Example:
require('lasso').configure({
"plugins": [
...
"lasso-rtl-css"
]
...
});
License
Copyright 2017, Yahoo Inc.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.