Browse Source
* fix: add Space rtl * fix: restore test * fix: restore test * add * fix: fix lint * fix: use original api * fix: add rtl lesspull/22823/head
xrkffgg
5 years ago
committed by
GitHub
4 changed files with 29 additions and 28 deletions
@ -0,0 +1,10 @@ |
|||
@import '../../style/themes/index'; |
|||
@import '../../style/mixins/index'; |
|||
|
|||
@space-prefix-cls: ~'@{ant-prefix}-space'; |
|||
|
|||
.@{space-prefix-cls} { |
|||
&-rtl { |
|||
direction: rtl; |
|||
} |
|||
} |
Loading…
Reference in new issue