lasso-rtl-css

1.1.1 • Public • Published

lasso-rtl-css

Build Status

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.

Package Sidebar

Install

npm i lasso-rtl-css

Weekly Downloads

2

Version

1.1.1

License

BSD-3-Clause

Unpacked Size

9.2 kB

Total Files

10

Last publish

Collaborators

  • shadiabuhilal