You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2019. It is now read-only.
RTL support is essential for bloggers how writes in Arabic, Farsi and Hebrew since these languages are written from Right to Left.
I can add a task to support RTL. The task could go in two directions:
Add an additional CSS file to do the RTL stuff. And anyone how wants RTL blog he can add this additional file to the head tag.
Add a task to flip the generated CSS file and generate a RTL CSS file. And anyone who wants RTL blog should edit the USS file URL in the head tag to call the RTL version.
I think the second options is better and easier to maintain. Twitter team have released a library to flip the CSS and it does support ignore \ replace declarations:
Hi there.
RTL support is essential for bloggers how writes in Arabic, Farsi and Hebrew since these languages are written from Right to Left.
I can add a task to support RTL. The task could go in two directions:
I think the second options is better and easier to maintain. Twitter team have released a library to flip the CSS and it does support ignore \ replace declarations:
https://github.com/twitter/css-flip
The text was updated successfully, but these errors were encountered: