1.1.1 • Published 27 days ago

lasso-rtl-css v1.1.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
27 days ago

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.

1.1.1

27 days ago

1.1.0

6 months ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago