mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
a91506cb6b
* fix: add Space rtl * fix: restore test * fix: restore test * add * fix: fix lint * fix: use original api * fix: add rtl less
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@space-prefix-cls: ~'@{ant-prefix}-space';
|
|
|
|
.@{space-prefix-cls} {
|
|
&-rtl {
|
|
direction: rtl;
|
|
}
|
|
}
|