ant-design/components/grid/style/rtl.less

15 lines
187 B
Plaintext
Raw Normal View History

@import '../../style/themes/index';
@import '../../style/mixins/index';
.@{ant-prefix}-row {
&-rtl {
direction: rtl;
}
}
.@{ant-prefix}-col {
&&-rtl {
float: right;
}
}