UNPKG

176 Btext/lessView Raw
1@import '../../style/themes/index';
2@import '../../style/mixins/index';
3
4@empty-prefix-cls: ~'@{ant-prefix}-empty';
5
6.@{empty-prefix-cls} {
7 &-rtl {
8 direction: rtl;
9 }
10}