mmdsharifi / AdminLTE-RTL

💐 RTL Version of Admin LTE 2.2.1
http://mmdsharifi.github.io/AdminLTE-RTL/
MIT License
180 stars 169 forks source link

thanks #3

Closed vahidalvandi closed 8 years ago

vahidalvandi commented 8 years ago

hi mr sharifi . very thanks for adminlte-RTL

mmdsharifi commented 8 years ago

Hi , @webineh I so happy for your feedback. you're welcome.

mohamedsharaf commented 8 years ago

@mmdsharifi how can i use both versions ltr and rtl

i opened css and there is rtl.css but it is empty

is there is a way to make it like this

bootstrap-rtl css\adminlte.css css\adminlte-rtl.css index.html index-rtl.html

also when will u update to latest adminlte

thanks for the great work

mmdsharifi commented 8 years ago

you can use rtl css plugin to convert LTR to RTL styles. https://www.npmjs.com/package/grunt-rtlcss

and I update repo with this plugin ASAP.

mohamedsharaf commented 8 years ago

can u post your grunt rtl setting u used

{ preserveComments: true, preserveDirectives: false, swapLeftRightInUrl: true, swapLtrRtlInUrl: true, swapWestEastInUrl: true, autoRename: true, greedy: false, stringMap:[...], enableLogging: false, minify:false }

vahidalvandi commented 8 years ago

how i use this command in grunt?

please tutorial step by step for use better

thanks

mmdsharifi commented 8 years ago

for tutorials google it or ask in stackoverflow.