Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ramtin2025 authored Aug 5, 2017
1 parent 0c16126 commit 00ba6ca
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# localize-fixture
[![Packagist](https://img.shields.io/packagist/v/ipresta/localize-fixture.svg?style=plastic)](https://packagist.org/packages/ipresta/localize-fixture)
[![Packagist](https://img.shields.io/packagist/l/iPresta/localize-fixture.svg?style=plastic)](https://github.com/iPresta/localize-fixture)
[![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=prestashop&style=plastic)](https://prestashop.com)
[![Website](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=iPresta&style=plastic)](http://ipresta.ir)

# localize-fixture

An interface class for PrestaShop to generate RTL stylesheets

## Usage
```php
$RTLGenerator::generate($directory);
```

* ``$directory `` : path of admin or front theme

### requirement
``
php >= 5.4
``

``
PrestaShop >= 1.7.2
``

``
CssJanus class from GitHub
``

0 comments on commit 00ba6ca

Please sign in to comment.