标签: import less conditional
我基本上需要这个:
html[dir="ltr"]{ @import "ltr.less"; } html[dir="rtl"]{ @import "rtl.less"; }
但它会引发错误。
如何根据CSS选择器导入不同的文件?