For rtl the easier way is to create a mixin where you can set/modify rules if ... html.ltr { @import 'ltr'; } html.rtl { @import 'rtl'; }.
確定! 回上一頁