rtl.less 321 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 .@{statistic-prefix-cls} { &-rtl { direction: rtl; } &-content { &-prefix { .@{statistic-prefix-cls}-rtl & { margin-right: 0; margin-left: 4px; } } &-suffix { .@{statistic-prefix-cls}-rtl & { margin-right: 4px; margin-left: 0; } } } }