Semantic-Org / Semantic-UI-ar

سيمانتك يو آي تزيد فاعلية العمل بين المصممين و المطورين من خلال مفردات ذات دلالة لفظية مشتركة لبناء واجهة المستخدم
MIT License
41 stars 10 forks source link

recompilation #4

Closed tahaeghtesad closed 9 years ago

tahaeghtesad commented 9 years ago

Could you plz recompile semantic-ui-ar for semantic-ui 1.7.3?

MohammadYounes commented 9 years ago

As of 1.7.0 the main repo has RTL support built-in, its still not documented nor reflected on the docs site.

semantic-ui-ar repo is deprecated.

To get the RTL version of the main repo, do:

  1. Clone the repo.
  2. Update tasks/defaults.js and set rtl: true.
  3. Follow the steps mentioned here.

    The following commands are also available (still not documented)

    gulp "build rtl" // build all files from source
    gulp "watch rtl" // watch files

If you need further assistance! just let me know.

Thanks.