vkalinichev / postcss-rtl

PostCSS plugin for RTL-adaptivity
MIT License
173 stars 33 forks source link

Add option to generate LTR css for RTL styles #45

Closed HosseinAgha closed 5 years ago

HosseinAgha commented 5 years ago

Hi, thank you for your awesome and stable plugin.
This PR adds an important feature for applications that are written in RTL direction initially.
By setting the fromRTL option to true, we assume that all the styles has written in RTL and we add [dir=ltr] for styles generated by rtlcss.
Now developers can initially develop their user interface in RTL and auto generate LTR styles. 😃
Thanks again. Your plugin makes using rtlcss 100 times easier.

HosseinAgha commented 5 years ago

@vkalinichev are you still maintaining this project?