Skip to content

Transform CSS from left-to-right to right-to-left using "rtlcss" npm package.

License

Notifications You must be signed in to change notification settings

shadiabuhilal/lasso-rtl-css

Repository files navigation

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.

About

Transform CSS from left-to-right to right-to-left using "rtlcss" npm package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published