2010/11/10 Roan Kattouw roan.kattouw@gmail.com:
I guess you could take a concatenated version of all style sheets and generate an RTL version of that.
Hmm, and remap image paths, now I think of it. It'd probably be easier to pull the CSS for all modules from the resource loader this way:
load.php?modules=all|module|names|here&only=styles&lang=en
Which will do concatenation and path remapping for you, and will do RTL transformation if &lang is set to an RTL language.
Roan Kattouw (Catrope)