Google CodeにCSSJanusというサイトがあり、 ltrからrtlに方向を反転するために使用されていました。
ページの下部で、彼らは言った:
You could also embed this webapp directly in your markup with your publicly accessible CSS files like so:
<style>
@import "/do?file=www.yoursite.com/yourcss.css";
</style>
誰かが私にそれをこのように使用する方法を説明できますか?