https://github.com/matancohen365/r2l
LTR to RTL Converter - Allows you to take a frontend template designed for left-to-right usage and transform it into right-to-left design.
https://github.com/matancohen365/r2l
arabic hebrew ltr persian r2l rtl shopify-theme theme wordpress-theme
Last synced: 7 months ago
JSON representation
LTR to RTL Converter - Allows you to take a frontend template designed for left-to-right usage and transform it into right-to-left design.
- Host: GitHub
- URL: https://github.com/matancohen365/r2l
- Owner: matancohen365
- Created: 2020-08-16T10:09:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T18:38:31.000Z (about 3 years ago)
- Last Synced: 2025-01-26T08:15:41.376Z (8 months ago)
- Topics: arabic, hebrew, ltr, persian, r2l, rtl, shopify-theme, theme, wordpress-theme
- Language: PHP
- Homepage: https://ltr2rtl.com
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# R2L
LTR to RTL Converter
Allows you to take a frontend template designed for left-to-right usage and transform it into right-to-left design.
## Installation
### With Composer
```
$ composer require matancohen365/r2l
```## Usage
### *.css files
```php
process($contents);
file_put_contents('path/to/theme.rtl.css', $RTLContents);```
### *.liquid.sass files (Shopify templates)```php
process($contents);
file_put_contents('path/to/theme.rtl.liquid.sass', $RTLContents);```
## Demo
[R2L - LTR to RTL Converter](https://ltr2rtl.com/)
## Questions
- matancohen365@gmail.com
🆓 License
----The R2L package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).